[jQuery] Re: How can I pass a parameter to an eventhandler?
> How can I pass a parameter to an eventhandler? > > for example: > > $("td").bind("click", test) > > function test(message) > { > alert(message); > > } > > How do I give the message parameter to eventhandler test?
No comments:
Post a Comment