Guest User

Untitled

a guest
Jan 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('#countryRegion').select2({
  2. data: [{
  3. id: data.COUNTRY_CODE,
  4. text: data.COUNTRY_NAME
  5. }]
  6. });
  7. $('#countryRegion').val(data.COUNTRY_NAME).select2({
  8. width: '100%'
  9. });
Add Comment
Please, Sign In to add comment