You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
564 B
6 lines
564 B
/*!
|
|
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
|
|
* Copyright 2018 PIXINVENT
|
|
* Licensed under the Themeforest Standard Licenses
|
|
*/
|
|
$(document).ready(function(){var userDataTable=$("#users-contacts").DataTable();$("#search-contacts").on("keyup",function(){userDataTable.search(this.value).draw()}),$(".input-chk").iCheck({checkboxClass:"icheckbox_square-blue",radioClass:"iradio_square-blue"}),userDataTable.on("draw.dt",function(){$(".input-chk").iCheck({checkboxClass:"icheckbox_square-blue",radioClass:"iradio_square-blue"})})}); |