Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $("select#personnel")
  2. .prepend(
  3. $("<option/>")
  4. .val(obj.value)
  5. .text(obj.text)
  6. )
  7. .val(obj.value);
Add Comment
Please, Sign In to add comment