Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var countryArr = [];
  2. $('#country option:selected').each(function(k,v) countryArr[k] = v.value);
  3. var strURL="findmstate.php?country=" + countryArr.join(",");
Add Comment
Please, Sign In to add comment