/ Published in: JavaScript
Expand |
Embed | Plain Text
jQuery('#foo').bind({ click: function() { // do something }, mouseover: function() { // do something }, mouseout: function() { // do something } })
You need to login to post a comment.
