<!DOCTYPE html><html><head><script src="jquery.min.js"></script><script>$(document).ready(function(){ $("#hide").click(function(){ $("p").hide(1000); }); $("#show").click(function(){ $("p").show(1000); });});</script></head><body><p>If you click on the "Hide" button, I will disappear.</p><button id="hide">Hide</button><button id="show">Show</button></body></html>
برچسب:
نویسنده: خنج