smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array ( 'has_nocache_code' => false, 'version' => '3.1.29', 'unifunc' => 'content_5f116c059602e1_09152974', 'file_dependency' => array ( 'd036ec1d07b848ebf08c8f6b0dde91823d1c5f0b' => array ( 0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\kand_del.html', 1 => 1591621193, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_5f116c059602e1_09152974 ($_smarty_tpl) { if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
src="../jquery/jquery-1.12.4.js"> > src="../jquery/bootstrap.min.js"> > > $(document).ready(function(){ load_data(); function load_data(query) { $.ajax({ url:"fetch.php", method:"post", data:{query:query, script:"kand_del"}, success:function(data) { /* $('#result').html(data);*/ /* console.log(data); */ $("#user").empty().append(data); } }); } $('#search_text').keyup(function(){ var search = $(this).val(); if(search != '') { load_data(search); } else { load_data(); } }); }); >