Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $("#hide").click(function(){
- $(".main_area").hide(3000)
- });
- $("#show").click(function(){
- $(".main_area").show(5000)
- });
- });
- /*Video Tutorial: http://youtu.be/o2UwTd6zFjY */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement