Posts tagged as:

event driven programming

I created a five minute tutorial on how to do Event Driven Programming with jQuery.
Covered in this tutorial is the usage of:

$.bind(…)
$.live(…)
$.trigger(…)

These three methods make up the core of jQuery’s event handling and by using them right you can do some very powerful things that a procedural programming model would have a hard time doing.
A [...]

{ 3 comments }