Ignore:
Timestamp:
Jan 9, 2015 10:35:30 AM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r576 r690  
    1818                    $("#content").html(data);
    1919                    init_page();
    20 
     20                                        $('.daterangepicker').daterangepicker();
    2121                },
    2222                error: function (jqXHR, textStatus, errorThrown)
     
    3434        });
    3535       
     36                $(document).on('click', '.applyBtn', function(){
     37                        //$('#loading').css('display', 'block');
     38                        //$('#table_content').hide();
     39                        filter();
     40                });
    3641       
    3742        $( '.sorting, .sorting_desc, .sorting_asc' ).click(function( index ) {
     
    9297                $("#keyword").focus();
    9398                $("#keyword").setCursorToTextEnd();
     99                                $('.daterangepicker').daterangepicker();
    94100
    95101            },
Note: See TracChangeset for help on using the changeset viewer.