hi Brian, Yes, click() is a valid function.
Even though the jQuery site is down you can access the documentation at a number of other places. My favourites are:
The jQuery API Browser http://jquery.bassistance.de/api-browser/ and Visual jQuery http://www.visualjquery.com Regards, David Brian Ronk wrote:
I wanted to look something up, but since the site is moving hosts right now, that makes it a little hard :) is click() an available function? I wanted to add an event to a div that made an area visible to do some editing. I know I could just to an onclick method, but I wanted to try adding something dynamically to see what I could do, and if it was what I wanted. Thanks. .

