[jQuery] Re: Read/Get Data From Other URL

2009-12-25 Thread Pram
explains this well > > http://abhinavsingh.com/blog/2009/11/making-cross-sub-domain-ajax-xhr... > > You can also use jQuery to fetch JSON from other domains by ajax, but > that's another story. > > / Johan > > On 25 Dec, 03:46, Pram wrote: > > > > > I try u

[jQuery] Read/Get Data From Other URL

2009-12-25 Thread Pram
I try use the jquery, but I have a problem. 1. I save jquery.js in the root (example www.mysite.com) and in the bottom of jquery.js file I add this script: $(document).ready(function(){ $.get("http://www.mysite.com/data.php";, { SearchFormName: BalizonSearchFormName, dt: cnt }, function(data){ $(