3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-08-18 16:03:39 +00:00
coope/templates/search_field.html
2018-10-06 00:03:02 +02:00

8 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>