[jQuery] ajaxForm with validate plugin - doubleclick form submit issue...

2009-01-08 Thread Raghu
Hi, I am having a strange issue with ajaxForm...this form load normally without ajax call but I use ajaxForm for form submit. This form get submitted only on *double click of submit button*...Any idea why this behaviour? I am using validate plugin for form validation... Here is my code... // prep

[jQuery] Re: Superfish menu stays under floating element

2008-12-28 Thread Raghu
Hi, I also have this issue. Could you figured out solution for this problem? Thanks Raghu On Mon, Nov 17, 2008 at 10:44 PM, Uwe C. Schroeder wrote: > > > Hi, > > I've been googling and trying things, but I don't seem to find anything > tangible. > I'm using

[jQuery] JQuery Spell Checker plugin

2008-12-23 Thread Raghu
Hi, I am looking for JQuery spell checker plugin from brandon... I can below below link but there is no script and documentation available.. Any idea how to get this plugin. http://plugins.jquery.com/project/spellcheck Thanks Raghu

[jQuery] Re: dialog box plugin

2008-12-11 Thread Raghu
Please ignore this mail. ClueTip plugin will solve my problem. Thanks On Thu, Dec 11, 2008 at 2:11 PM, Raghu wrote: > Hi, > I am looking for jquery plugin which shows dialog box on mouseover event... > Dialog box must disappear on mouseout event and reapper on mouseover event. >

[jQuery] dialog box plugin

2008-12-11 Thread Raghu
Hi, I am looking for jquery plugin which shows dialog box on mouseover event... Dialog box must disappear on mouseout event and reapper on mouseover event. Any idea which plugin to use... Thanks Raghu

[jQuery] Auto Refresh of Ajax load(url,parameters,callback) command

2008-12-08 Thread Raghu
Hi, I want to load content of a div using ajax load(url,parameters,callback) command and then to refresh content of that div in each minute using ajax load command. How do I achieve this? Any thoughts... Thanks Raghu

[jQuery] Re: How do you use LiveQuery with ajaxForm inside tab panel?

2008-11-17 Thread Raghu
Please do not reply to this mail. I have figured out issue.. Thanks...Have a nice day... On Mon, Nov 17, 2008 at 1:25 PM, Raghu <[EMAIL PROTECTED]> wrote: > Hi, I am using JQuery UI tab panel and one of the tab has remotely loaded > form which I submit using ajaxForm... > Once I

[jQuery] How do you use LiveQuery with ajaxForm inside tab panel?

2008-11-17 Thread Raghu
Hi, I am using JQuery UI tab panel and one of the tab has remotely loaded form which I submit using ajaxForm... Once I submit form and in case server return error message for any invalid values, then I correct form and resubmit...After this new response is coming in new page. I know page elements a

[jQuery] Re: [Pagination Plugin] How to use it?

2008-07-05 Thread Raghu
Hi, I have figured out. It is working perfectly fine for me. Thanks Raghu On Sat, Jul 5, 2008 at 6:28 PM, Raghu <[EMAIL PROTECTED]> wrote: > Hi, I am trying to use Jquery pagination plugin. > I have read documentation but things are still not clear to me. Can > someone please

[jQuery] [Pagination Plugin] How to use it?

2008-07-05 Thread Raghu
the event propagation is stopped. Default value: ``function(){return false;}`` Thanks Raghu

[jQuery] JQuery bigginer

2008-04-04 Thread Raghu
Hi I am learning JQuery and Javascript so asking this simple question. I have a text field which has default value as Day. I want when user focus on this text field then it become empty. How can I do this using JQuery?