JQuery Validate and web services

JQuery Validate and web services

Hi,

I am using the Jörn Zaefferer Jquery Validate plugin, but I seem to be having issues when I try to call web services using JQuery on the same page.  Instead of making a normal call to a web service :

http://localhost/Services/CDServices.asmx/GetAllUserProfiles

It does this :

http://localhost/Services/CDServices.asmx/GetAllUserProfiles?callback=jQuery15109683126045224081_1302011466636

Is there any way to prevent this?