Posts tagged as:

javascript

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 [...]

{ 7 comments }

This is a quick demonstration of how easy it is to build Growl like notifications into a web application using jQuery. See the demo here. With only about a dozen lines of javascript and jQuery it is possible to make a floating div that notices can be added to, automatically slide in, wait, fades out [...]

{ 0 comments }