查询条件 自动填充

<input type= "text" id= "nn" style= "width:200px;" />
$( function (){
     var url_ = "ajax.php" ;
     $( "#nn" ).bigAutocomplete({url:url_});  
})


你可能感兴趣的:(查询条件 自动填充)