How To Bind jQuery .live() To Multiple Events

Published Date Author: , Posted April 17th, 2011 at 11:53:59am

As of jQuery 1.4.1 .live() can accept multiple, space-separated events, similar to the functionality provided in .bind().

For example, we can “live bind” the click and focus events at the same time like so:

Another example, this time creating a hover effect:

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.