Guest User

url code

a guest
Jun 25th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.18 KB | None | 0 0
  1. $(function() {
  2.   $('li').live('click', function(e){
  3.     var widget = $(this).find('.widget');
  4.     var url = widget.data('link');
  5.     if (url) window.location = url;
  6.   });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment