Guest User

Untitled

a guest
Oct 18th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function backbtn() {
  2. $('#back-btn').bind('click', function(e) {
  3. e.preventDefault();
  4. $($tabs).css({'opacity':0, 'display':'none'}).removeClass('show');
  5. });
  6. };
  7.  
  8. //Here is the HTML <a href="/" class="back-btn">Back</a>
Add Comment
Please, Sign In to add comment