Habsburg

Untitled

Sep 10th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(document).ready(function() {
  2.  
  3. $('#myselect').append('<option value="test1">test1</option>');
  4. $('#myselect').append('<option value="test2">test2</option>');
  5.  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment