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 .hide()
3) add the element to the DOM
4) call .slideDown()
So I guess my question is two-fold -- is there an easier way, and if
not, how do I go about creating the element in the first place?
Thanks,
Nathan
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/