Hi,
On a web site that I am building ,
when you log in (because the database is on an other server),
I use json padding to check if the user as the right credentials.
It's working flawlessly (ie7,ie8 & FF), until I tried it on chrome, safari & opera where it's a complete disaster.
$.ajax({
type: "GET",
dataType: "jsonp",
url:
…