Ignore:
Timestamp:
Nov 3, 2014 5:26:33 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/admin_acc/index.php

    r383 r390  
    2424            return false;
    2525        });
    26                 /*
    27                 $('#keyword').keyup(function (event) {
    28             if (event.keyCode == '13') {
    29                 filter();
    30             }
    31             return false;
    32         });*/
     26
    3327                $('#keyword').bind('input', function(){
    3428                        filter();
     
    5852                }
    5953            }
     54                        console.log($( this ).attr('class'));
    6055            $("#sorting_field").val($(this).attr("id"));
    6156            $("#sorting_order").val($(this).attr("class"));
Note: See TracChangeset for help on using the changeset viewer.