smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array ( 'has_nocache_code' => false, 'version' => '3.1.29', 'unifunc' => 'content_62035ae7eaf834_84779126', 'file_dependency' => array ( '84fd5c96ad3aaf2eb9b8b63f054125545b4f84ef' => array ( 0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/kand_del.html', 1 => 1644386827, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_62035ae7eaf834_84779126 ($_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(); } }); }); >