lcat
Results
2
issues of
lcat
var selectVal; $('select').change(function(){ selecrVal = $(this).val(); }); $('#ac_ipt').autocomplete({ url: 'do.php', extraParams: {search_type: selectVal}, remoteDataType: 'json', minChars: 1 }); this not work,what should I do?
窗体通信呢?
2
如题