Dear jquery mobile community, first i have to admit that i am relatively new to jquery mobile and this community. i built serveral web apps that up to today worked without any bigger problems. i am ingesting a json from an api which I request with a ajax jsonp request/ after the ? the get url contains two parameters auth_token and meta_prefix (plus the automatically genarated jquery callback parameter)/ from one second to the next all web apps were broken - looking at the problem a bit closer it showed that jquery is not passing the second parameter meta_prefix anymore, in non of my web apps.
has anyone an idea whether jquery changed how it handles the request url parameters of a ajax jsonp call?
Thanks a lot in advance for any help
macs