Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, June 6, 2013

Codeschool Sample Solution New Filter II



$(document).ready(function(){
  $("#filters").on("click", ".on-sale", function(){
    $(".tour").filter(".on-sale").addClass("highlight");
  });
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts