I am using jsonp and everything works perfect cross domain except some functions.. like:
beforeSend:function(){
     errobj.show();
    errobj.html('<b>Loading...<\/b>');
  },
it never shows loading if i am using it cross domain (subdomains).. also some animations and show and hide things never work.
Anyone has any idea about cross domain ajax/jquery issues?
 
     
    