Advertisement
szymcio93

jquery kolor znikanie

Jun 16th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $( document ).ready(function() {
  2. $("h1").click(function(){
  3. $(this).css("color","red");
  4. $("h2, h3").hide();
  5. });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement