Sorry, I just grabbed the list of event names from events.js line 807[1] (why is "reset", for <form> elements, not in that list?)
I believe it would actually be (assuming these methods actually exist on the element in question):
$(this).blur() = this.blur()
$(this).focus() = this.focus()
$(this).submit() = this.submit()
$(this).click() = this.click()
$(this).select() = this.select()
[1] <a href="http://jquery.com/dev/svn/trunk/jquery/src/event/event.js#L807">
http://jquery.com/dev/svn/trunk/jquery/src/event/event.js#L807</a><div><span class="gmail_quote">On 1/9/07, <b class="gmail_sendername">Klaus Hartl</b> <<a href="mailto:klaus.hartl@stilbuero.de">
klaus.hartl@stilbuero.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Aaron Heimlich schrieb:
> On 1/9/07, *Andreas Wahlin* <<a href="mailto:andreas.wahlin@mac.com">
andreas.wahlin@mac.com</a>
> <mailto:<a href="mailto:andreas.wahlin@mac.com">
andreas.wahlin@mac.com</a>>> wrote:
>
> Does this hold true for this.click() and this.offsetTop etc?
>
>
> $(this).blur() = this.blur()
> $(this).focus() = this.focus()
> $(this).load() = this.load()
> $(this).resize() = this.resize()
> $(this).scroll() = this.scroll()
> $(this).unload() =
this.unload()
> $(this).click() = this.click()
> $(this).dblclick() = this.dblclick()
> $(this).mousedown() = this.mousedown()
> $(this).mouseup() = this.mouseup()
> $(this).mousemove() = this.mousemove
()
> $(this).mouseover() = this.mouseover()
> $(this).mouseout() = this.mouseout()
> $(this).change() = this.change()
> $(this).select() = this.select()
> $(this).submit() = this.submit ()
> $(this).keydown() = this.keydown()
> $(this).keypress() = this.keypress()
> $(this).keyup() = this.keyup()
> $(this).error() = this.error()
Wait a moment. This is over the top. Which element has a default
mouseover() method (or error(), or unload() or ...).
And also please especially remember, that there is no click() method for
links. Maybe radios and checkboxes have a default click() method, but
I'm not sure.
-- Klaus
_______________________________________________
jQuery mailing list
<a href="mailto:discuss@jquery.com">
discuss@jquery.com</a>
<a href="http://jquery.com/discuss/">
http://jquery.com/discuss/</a>
</blockquote></div>
<br clear="all">
--
Aaron Heimlich
Web Developer
<a href="mailto:aaron.heimlich@gmail.com">
aaron.heimlich@gmail.com</a>
<a href="http://aheimlich.freepgs.com">
http://aheimlich.freepgs.com</a>
_______________________________________________
jQuery mailing list
discuss@jquery.comhttp://jquery.com/discuss/