Event Handling in jQuery

Posted by bipinjoshi on ASP.net Weblogs See other posts from ASP.net Weblogs or by bipinjoshi
Published on Sat, 18 Dec 2010 03:30:00 GMT Indexed on 2010/12/18 17:14 UTC
Read the original article Hit count: 238

Filed under:
|

In the previous part of this series I discussed how

HTML DOM can be manipulated using jQuery. Now let's proceed with one of the most common task you do in JavaScript - handling events. jQuery streamlines the JavaScript event handling mechanism by providing you a uniform and easy way to wire events with their handlers without bothering about the cross browser issues. As an example we will create a custom context menu (shortcut menu or right click menu) that displays some options specific to our website instead of the normal context menu of the browser.

http://www.bipinjoshi.net/articles/fc9bf7fb-4b81-48cf-9b2d-cee10d2de2f9.aspx

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about jQuery