Advertisement
Momshroom

applications tab javascript

Jun 20th, 2020
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.     $('.m_appform_view:first-child').appendTo($('#bd-app1'));
  3.     $('.m_appform_view:nth-child(2)').appendTo($('#bd-app2'));
  4.     $('.m_tickets').appendTo($('#bd-app3'));
  5.    
  6.     $('#myTab li').click(function (e) {
  7.       e.preventDefault();
  8.       $(this).tab('show');
  9.     });
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement