Hello!

I'd like to use $.getJSON with JSONP support, but i used
http://example.com/xxx/yyy URL sheme instead of
http://example.com/index.php?a=xxx&b=yyy. I read in documentation, in
the 'myurl?callback=?' syntax the ? replaces to the callback name. I
tried this: http://example.com/xxx/yyy/? but don't works.

I tracking the connection with FireFox's LiveHttpHeaders plugin, and I
see jquery don't replaces ? to callback name, only send the
http://example.com/xxx/yyy/? url without any change.

How can I use JSONP support with this type of URL-s?

Reply via email to