[jQuery] Re: .click( ) event causes anchor-like jump

2008-08-20 Thread cdawg
Ok So i found out what is going on. When the location.hash variable is set, another event is thrown and I have no Idea how to intercept it and stop it from jumping. On Aug 13, 3:40 pm, cdawg <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I am creating a .click() event for a

[jQuery] [validate] Jquery validation plugin and FCKeditor

2008-05-08 Thread cdawg
Hello, I am trying to validate an FCKeditor textarea with the validation plugin. FCKeditor apparently holds it's input in memory until the form is submitted. Is there a way to do an onkeyup validation of this input before the form is submitted? Thanks in advance!