Posts Tagged ‘JavaScript’
Prevent jQuery.live() Handlers From Firing Multiple Times
Aug 05
Recently I was working on something where I needed to use jQuery’s .live() event handling. The problem I was experiencing was that my .live() handler was firing multiple times for the same event. I devised a rather simple way to avoid this issue and I’m going to share it with all of you. The firstRead the whole post.
Gracefully Degrading AJAX with PHP and jQuery
Aug 19
The intention here is to augment the form rather than force it into behavior we want.
