Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <select id="gate">
  2. <option value='null'>- choose -</option>
  3. <option value='Gateway 1,Gateway 3'>Gateway 1</option>
  4. <option value='Gateway 2,Gateway 4'>Gateway 2</option>
  5. </select>
  6.  
  7. $("#gate").val('Gateway 3');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement