Hello,
Further investigation shows that the problem is related to how the
plug-in calls my code: when it calls the URL, indeed, the html page
gets sent back instead of the correct data, hence the problem(Firebug
showed this clearly).
I have tried to call the URL from my browser and it works as expected,
showing the correct data.
Hence, I might be doing something wrong, this is the way I use
it(extrapolating it from original message):
$('#comune').change(
function() {
$('#comune').suggest(URL + $('#comune').val(),{});
});
URL is this:
http://localhost/LiveCap/LiveCapCGI.exe/comune?nome=
There also was a typo in the parameter name in the original file.
Any idea what I'm mistaking? Pointers/directions are highly appreciated!
Thank you for your time reading this,
Andrew
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.