Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery('#pricing-chart a.whats-this').click( function(){
- var visible = jQuery('#pricing-chart div.pop-up:visible');
- var next = jQuery(this).next('div.pop-up');
- visible.slideUp('slow');
- if (!(visible.get(0) === next.get(0))){
- next.fadeToggle('slow');
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement