- Timestamp:
- Nov 3, 2014 5:26:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/admin_acc/index.php
r383 r390 24 24 return false; 25 25 }); 26 /* 27 $('#keyword').keyup(function (event) { 28 if (event.keyCode == '13') { 29 filter(); 30 } 31 return false; 32 });*/ 26 33 27 $('#keyword').bind('input', function(){ 34 28 filter(); … … 58 52 } 59 53 } 54 console.log($( this ).attr('class')); 60 55 $("#sorting_field").val($(this).attr("id")); 61 56 $("#sorting_order").val($(this).attr("class"));
Note: See TracChangeset
for help on using the changeset viewer.