[jQuery] [autocomplete][livequery] .change()
Hello. I'm having a problem with the following code: $(".prodname").livequery(function(){ $(this).autocomplete ("search.php", { extraParams: { 'type':'products' } }); }); $(".prodname").livequery(function(e){ $(this).change(function(e) {
[jQuery] [autocomplete][livequery] .change()
Hello. I'm having a problem with the following code: $(".prodname").livequery(function(){ $(this).autocomplete ("search.php", { extraParams: { 'type':'products' } }); }); $(".prodname").livequery(function(e){ $(this).change(function(e) {