Fixed and improved jQuery's event system: The target property of the event object...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 26 Oct 2006 12:41:25 +0000 (12:41 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 26 Oct 2006 12:41:25 +0000 (12:41 +0000)
commit897fbfe89c90de5f20a3eed2aeb187c625cfb43d
tree96ad67086e1e84c1abd5483694b67886e10aba6e
parent513122442717ee350ce6e7ff6e7227cce54c0444
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( joern.jquery.com/accordion/accordion.html )
src/event/event.js
src/jquery/jquery.js