[jQuery] Validation Plugin Issue/Bug ??

2008-08-25 Thread xxkylexx
Hey guys, I am using JQuery Validation Plugin and am getting a bug that I can't seem to figure out. When the user inputs a correct input, it shows my success class, but if you create an error after the success class has been triggered, the success class stays there with the error message as

[jQuery] Validation Plugin Issue/Bug ??

2008-08-25 Thread xxkylexx
Hey guys, I am using JQuery Validation Plugin and am getting a bug that I can't seem to figure out. When the user inputs a correct input, it shows my success class, but if you create an error after the success class has been triggered, the success class stays there with the error message as

[jQuery] Re: Validation Plugin Issue/Bug ??

2008-08-25 Thread xxkylexx
Got it. Thanks. On Aug 25, 10:33 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: You can use the highlight-option to remove the success class. Jörn On Mon, Aug 25, 2008 at 4:16 AM, xxkylexx [EMAIL PROTECTED] wrote: Hey guys, I am using JQuery Validation Plugin and am getting a bug that I

[jQuery] Re: loading image for blockui on form submit

2008-08-21 Thread xxkylexx
Anyone else with any ideas? Hoping the author of the plugin will chime in. I see he is fairly active on here. -Kyle On Aug 20, 12:30 pm, xxkylexx [EMAIL PROTECTED] wrote: Tried both, which both did not work :-/ . It has something to do with the submit function-- as when I use click

[jQuery] Re: loading image for blockui on form submit

2008-08-21 Thread xxkylexx
false from your submit handler and resubmit the form via script in a setTimeout callback.  That may give the browser enough of a breath to position and render the image correctly. Mike On Aug 21, 11:22 am, xxkylexx [EMAIL PROTECTED] wrote: Anyone else with any ideas? Hoping the author

[jQuery] Re: loading image for blockui on form submit

2008-08-20 Thread xxkylexx
it as a background image to the h1 or another tag. Joe On Aug 19, 9:41 pm, xxkylexx [EMAIL PROTECTED] wrote: Hey guys, I am trying to use the blockui plugin in order to block a div that contains my file uploader while the file is in the process of uploading (form is being submitted). I

[jQuery] loading image for blockui on form submit

2008-08-19 Thread xxkylexx
Hey guys, I am trying to use the blockui plugin in order to block a div that contains my file uploader while the file is in the process of uploading (form is being submitted). I have successfully achieved this, however, I want to display a cool little animated loading .gif in the blockui

[jQuery] loading image for blockui on form submit

2008-08-19 Thread xxkylexx
Hey guys, I am trying to use the blockui plugin in order to block a div that contains my file uploader while the file is in the process of uploading (form is being submitted). I have successfully achieved this, however, I want to display a cool little animated loading .gif in the blockui