[jQuery] [autocomplete][livequery] .change()

2009-06-28 Thread lazytt
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()

2009-06-28 Thread lazytt
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) {