yuvarajupadhyaya

dropdown item iterate

Apr 18th, 2022
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("#selectId > option").each(function() {
  2.     alert(this.text + ' ' + this.value);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment