Created
September 16, 2016 07:43
-
-
Save MikSDigital/cbdbe6f67add6794dd10fba6759b24a4 to your computer and use it in GitHub Desktop.
object push to array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
countryData={ | |
name: 'check_country_id', | |
value: $("#" + type + "Form").find('select[name=country]').val() | |
}; | |
formData.push(countryData) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment