Relax Breath of Solution.

Just I wanted.. Do you?…

jQuery event helpers

.live() This method attach a handler to the event for all elements which match the current selector, now or in the future. Example : Following code binds the click event to all paragraphs. And add a paragraph to another clicked paragraph : Click me! .die( ) This method removes the handler which is previously attached […]