[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,

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

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

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

2008-08-21 Thread xxkylexx
uery/block/#page > > If that doesn't work then I'd return 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 > >

[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

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

2008-08-20 Thread xxkylexx
icitly make the image display: block or apply 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 > > con

[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 message,

[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 message,