It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries
| <?php | |
| $fruits = array ( "fruits" => array ( "a" => "orange", | |
| "b" => "banana", | |
| "c" => "apple" | |
| ), | |
| "numbers" => array ( 1, |
| returns the difference, in days, between two dates |
| $.ajax({ | |
| url: "saveForm.php", | |
| type: "POST", | |
| dataType: "json", | |
| data:{"data" : JSON.stringify(m_data), "total": totalInputs, "email": emailAdd, "name": fullName} | |
| , // serialize form data | |
| beforeSend: function() { | |
| alert.fadeOut(); | |
| saveForm.val('saving....'); // change submit button text | |
| saveForm2.val('saving....'); // change submit button text |