Re: [jQuery] 'J.readyState' is null or not an object

2009-12-10 Thread slamballx
I've got the same problem and I fixed it as suggested: adding " J != null&& " before " J.readyState==0 ". 蓝天白云 wrote: > > > Env : JQuery 1.3.2 , IE8 with script debugging > Trying to setup "timeout" on a ajax request > > The error message " 'J.readyState' is null or not an object " occurs

[jQuery] Re: How to make ajax call to subdomain

2009-12-10 Thread Dominik
i'm pretty sure this wont work because of the "same origin policy" as i already mentioned in another thread: http://groups.google.com/group/railo/browse_thread/thread/cb189b4a9878c506 On 10 Dez., 01:53, PiotrJaniak wrote: > $.ajax({ >        url: "http://api.example.com";, >        success: func

Re: [jQuery] [Validation]

2009-12-10 Thread Jörn Zaefferer
The plugin in use there is http://bassistance.de/jquery-plugins/jquery-plugin-validation/ You already had the link to the plugin's documentation. The Marketo-Demo is included in the Download, with all CSS and JS files. I recommend you look at those, and come back here with more specific questions.

<    1   2