[jQuery] Re: How to programmatically ad a div element and animate it

2009-12-16 Thread Ham
l hide > the element as it will be visible by default. > > > > On Tue, Dec 15, 2009 at 11:29 AM, Ham wrote: > > Hi, > > > Im new to Jquery and have been trying to dynamically create a new div > > element with document.createElement. > > > I can succes

[jQuery] How to programmatically ad a div element and animate it

2009-12-15 Thread Ham
); $("div1").toggle("slow"); } Any help greatly appreciated. Many Thanks Ham

[jQuery] validating on blur without submit

2009-07-10 Thread Ham
I could very well be totally missing this, but is there a way to make the fields invalid by default? I would like the fields form fields to validate on blur even if no data is entered. For example, a name field that the user focuses on then blurs, but doesn't enter a character would validate.