Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.ui-slider-handle').live('mouseup', function() {
  2.     alert($(this).parent().parent().find('.ui-slider-input').attr('value'));
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement