[jQuery] Re: ie6 and ie7 don't load image well when using Cycle plugin

2009-03-30 Thread joy
Hi Johan, Thanks a lot for your reply. It's true that i should move the code for cycle plugin to onload instead of Dom ready. I did test with window.onload = functionA; However the problem is the png transparency that use my other jquery script won't load if i use window.onload =functionA; Are t

[jQuery] problem with fadein() and image sizes in IE

2008-12-24 Thread Paddy Joy
Hope someone can help out here, I'm new to jquery and can't figure out what I have done wrong here. The following code works ok in FF and IE, it is a function that appends an image to a div and sets the width/height of that image. function showImage(src,divid,width) { var myImage = new Image();

[jQuery] problem with fadein() and image sizes in IE

2008-12-24 Thread Paddy Joy
Hope someone can help out here, I'm new to jquery and can't figure out what I have done wrong here. The following code works ok in FF and IE, it is a function that appends an image to a div and sets the width/height of that image. function showImage(src,divid,width) { var myImage = new Image();

[jQuery] Re: [validate] automatically clear error messages when pass validation rule?

2008-06-27 Thread Josh Joy
his is the rendered html: > > > <-- closed! > ... > > > Jörn > > On Thu, Jun 26, 2008 at 6:39 PM, Josh Joy <[EMAIL PROTECTED]> wrote: > > Sorry, try here > > http://snippets.dzone.com/posts/show/5700 > > > > On Thu, Jun 26, 2008 at 2:50 AM, J

[jQuery] Re: [validate] automatically clear error messages when pass validation rule?

2008-06-26 Thread Josh Joy
Sorry, try here http://snippets.dzone.com/posts/show/5700 On Thu, Jun 26, 2008 at 2:50 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > > I don't see an attachment - could you upload that somewhere? > > On Wed, Jun 25, 2008 at 11:57 PM, Josh Joy <[EMAIL PROTECTED]> w

[jQuery] Re: [validate] automatically clear error messages when pass validation rule?

2008-06-25 Thread Josh Joy
in. Could you upload a testpage and post > the url? > > Jörn > > On Wed, Jun 25, 2008 at 6:00 PM, Josh Joy <[EMAIL PROTECTED]> wrote: > > I mean remove the error messages. Whenever I hit submit, and if a field > > still does not pass the validation rule, the

[jQuery] Re: [validate] automatically clear error messages when pass validation rule?

2008-06-25 Thread Josh Joy
must be supplied", minlength:"specify at least 5 characters", } } }); }); Thanks, Josh On Wed, Jun 25, 2008 at 3:22 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > > What are you referring to with &qu

[jQuery] [validate] automatically clear error messages when pass validation rule?

2008-06-24 Thread Josh Joy
Hi, How do I clear the error messages when it passes the validation rules? I was hoping it would clear automatically. Is there some value I need to set or some configuration necessary? Thanks, Josh

[jQuery] [validate] integration with spring web flow 2.0

2008-06-19 Thread Josh Joy
Is anyone using web flow 2.0 with the jquery validation plugin? It seems that some extra work needs to be done in order to properly integrate it For example, I had to override the errorPlacement and add "$(element).prev(".error").replaceWith("");;" because the old error messages would not be remov