Guest User

Untitled

a guest
May 25th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $("#tabPageSections > ul").tabs({
  2. cache: true,
  3. add: function(ui) { alert('added');},
  4. ajaxOptions:{
  5. dataType:"html",
  6. success: attachevents
  7. }
  8. });
Add Comment
Please, Sign In to add comment