View Single Post
Staro 20.01.2014., 19:45   #2
wnbeeeE
Premium
 
wnbeeeE's Avatar
 
Datum registracije: Mar 2009
Lokacija: Pula
Postovi: 600
Code:
$("#hide").click(function(){
  $("p").hide();
});

$("#show").click(function(){
  $("p").show();
});
__________________
Darker than a moonless night and hotter than hell itself, that is coffee.
wnbeeeE je offline   Reply With Quote