$(function() {
$('.external').click(function() {
window.open(this.href);
return false;
});
});
more Posts Tagged with mootools
jQuery vs. Prototype
December 11, 2009 - jQuery