Advertisement
apl-mhd

select option

Jul 24th, 2020
954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function option(id){
  2.     var option  = id.selectedOptions[0].getAttribute('data-price');
  3.     console.log(option);
  4.  
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement