Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery('#state').val(
  2.     popupScope.getStates(popupScope.formData.country_id)
  3.         .findIndex(function(x) {
  4.             return x.region_id == popupScope.formData.region_id
  5.         })
  6.     )
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement