3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-03 16:12:22 +00:00
coope/templates/search_field.html

9 lines
216 B
HTML

<input {{attrs}} name="{{name}}" type="text" class="form-control" placeholder="{{placeholder}}"/>
<script>
$(document).ready(function(){
$("#" + {{attrs.id}}).click(function(){
alert('lol')
});
};
</script>