Re: [jQuery] Creating New Content

2006-11-01 Thread Klaus Hartl
Nathan R. Yergler schrieb: I'm working on a project and want to add an input element to a page in response to a button click. I've figured out how to do this with $(...).after(input...), but would like to make use of a slideDown effect. I'm new to jQuery, but I *think* the way to do this is:

[jQuery] Creating New Content

2006-11-01 Thread Nathan R. Yergler
I'm working on a project and want to add an input element to a page in response to a button click. I've figured out how to do this with $(...).after(input...), but would like to make use of a slideDown effect. I'm new to jQuery, but I *think* the way to do this is: 1) create the element 2) call