abhiram89

what is the problem in this

Aug 19th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("." + $(this).data('show')).click(function(){
  2.     alert("#" + $(this).data('show'));
  3.      $("." + $(this).data('bar')).toggle();
  4.      $("." + $(this).data('line')).toggle();
  5.      
  6.   });
Advertisement
Add Comment
Please, Sign In to add comment