Event Selectors JavaScript/Ajax library at Encytemedia --- Design and development crossfade
http://encytemedia.com/event-selectors/
Another js library that I'd like to use some time.
"event:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax."
Here is some example syntax:
var Rules = {
'#pdetail .sizeButtons span:click' : function(element) {
cartButtonEvent(element.id);
}
}