[jQuery] Re: jQuery functions called from setTimeout fails

2009-05-25 Thread Surya Prakash
Hi U can try as below: var a; var b; varc c; setTimeout("movebus("+a+","+ b+","+ c+")",300); i hope this is help ful.. let me know this works for u r not,,, On Sun, May 24, 2009 at 4:05 PM, Mike wrote: > > I have a jQuery function with three parameters which works just fine > when invoked d

[jQuery] Re: Closing jqModal from inside of content loaded with AJAX

2009-05-24 Thread Surya Prakash
Close me ... or Test me... or You need to specify below code in examples/2.html: Close me in parent window $(document).ready(function(){ closeWindow= function() {

[jQuery] Re: Closing jqModal from inside of content loaded with AJAX

2009-05-15 Thread Surya Prakash
Hi Dude, below is the solution for it: lets say ajax load page contains Close Ajax And on parent page implement this code: CloseAjaxPage = function(){ $("#modalClose").click(); } I hope this is clear Please let me know if u have any issues Happy JQuerying..

[jQuery] Place empty value in a field when an error message is encountered

2008-10-15 Thread surya
Hi, Can anyone help me please?? I had a form with file type input fields. I placed validations for them like if file type is .jpg/.png/.gif ,accept otherwise don't accept. The messages are displaying. I want the text to be emptied when an error occurs. Following is the code i wrote:

[jQuery] Re: Alert message in jquery

2008-10-03 Thread surya
de jQuery twice? > > > </ > script> > > On 2 Okt., 14:27, surya <[EMAIL PROTECTED]> wrote: > > > Thanks for ur reply, > > >I also came to know that alert is working. I wrote the following > > code but unable to locate the place of err

[jQuery] Re: Alert message in jquery

2008-10-02 Thread surya
d" }, entry_state: { required: "* Required" }, entry_country_id: { required: "* Required" } }, submitHandler:function(){ document.customers.submit(); } }); }); On Oct 2, 3:44 pm, "Simon Elliott" <[EMAIL

[jQuery] Alert message in jquery

2008-10-02 Thread surya
Hi everyone, Can any one help please? I am new to jquery. I am unable to debug my jquery as I am unable to fix my issue. So I want to know the flow using alert messages but alert is not working in jquery. How to display an alert in jquery? Thanks, Surya.

[jQuery] Validation regarding Jquery

2008-10-01 Thread surya
time (now 2 times the button is pressed), i am getting the validation message 2 times and so on.. Can anyone please help me to fix this one. Thanks, Surya.