On Jan 28, 12:31 am, Mike Alsup <mal...@gmail.com> wrote:
> > 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?
>
> See examples here:
>
> http://docs.jquery.com/Events/bind
Tuesday, January 27, 2009
[jQuery] Re: How can I pass a parameter to an eventhandler?
Thanks. Problem solved.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment