Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. jQuery(function(){
  2. function show_popup(){
  3. var text = jQuery('.mk-tab-slider-nav .active').text();
  4. alert(text);
  5. };
  6. window.setTimeout( show_popup, 5000 ); // 5 seconds
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement