[jQuery] ajaxForm: get XmlHttpRequest status?

2009-04-13 Thread Brian J. Cohen
I would like to be able to retrieve the current 'statusText' for the XmlHttpRequest object used internally by ajaxForm (which I'm fairly certain actually uses $.ajax()). What I want is to prevent multiple simultaneous submissions in certain cases, so a the form submission is triggered, I want to

[jQuery] Re: ajaxForm returns error in IE7

2008-12-09 Thread Brian J. Cohen
Okay, I found a post that the plugin author responded to, that details the problem: http://groups.google.com/group/jquery-en/browse_thread/thread/e52fe0baedc45fb4/c89154fe73d7d2f2?lnk=gst&q=JQuery+1.2.6+and+JQuery+Form+Plugin+in+IE7#c89154fe73d7d2f2 Apparently he used certain reserved words that

[jQuery] Re: ajaxForm returns error in IE7

2008-12-09 Thread Brian J. Cohen
I am seeing the same error. I will report back here if I find out wh y it's happening. On Dec 8, 3:14 am, cjokomay <[EMAIL PROTECTED]> wrote: > I am using ajaxForm to upload an excel file and then display whether > or not it uploaded successfully. The following jQuery code works fine > in Firefo

[jQuery] cluetip - how to override defaults?

2008-11-19 Thread Brian J. Cohen
If I just include the cluetip JS and CSS, I can activate cluetip pretty easily, with its default settings, by setting class="cluetip" on tags. I want to override those defaults. For example, I tried setting: $(document).ready(function() { $("a.cluetip").cluetip({ activation: 'click' }); })