Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <select class="drpmnu">
  2.  
  3. <option data-timings="something1">(01)</option>
  4.  
  5. <option data-timings="something2">(02)</option>
  6.  
  7. </select>
  8.  
  9. $(".drpmnu").selectmenu({
  10. change: function( event, ui ){
  11. console.log($(this).data('timings'));
  12. }
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement