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

2009-05-25 Thread Surya Prakash
Close me http://www.warden.pl/jq/test1/# ... or Test mehttp://www.warden.pl/jq/test1/#... or You need to specify below code in examples/2.html: http://www.warden.pl/jq/test1/#a href=# onclick=parent.closeWindow();Close me/a in parent window $(document).ready(function(){

[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 mike.wise...@flinders.edu.au wrote: I have a jQuery function with three parameters which works just

[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 a href='#' onclick='parent.CloseAjaxPage();'Close Ajax/a And on parent page implement this code: CloseAjaxPage = function(){ $(#modalClose).click(); } I hope this is clear Please let me

[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] 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.