Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $('.m_appform_view:first-child').appendTo($('#bd-app1'));
- $('.m_appform_view:nth-child(2)').appendTo($('#bd-app2'));
- $('.m_tickets').appendTo($('#bd-app3'));
- $('#myTab li').click(function (e) {
- e.preventDefault();
- $(this).tab('show');
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement