I am looking at the robot

Posts Tagged with mootools

jQuery vs. Prototype

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