Our latest FREE cookbook, the Delicious Living Gluten-Free Cookbook, offers gluten-free recipes for desserts, baked goods and entrees.
//create form validation $("#submgmt").validate({ rules: { Zip: "required", Email: {required: true, email: true}, } });
}); //takes in a string value and populates it for a select list if an option with value exists $.fn.set_select = function(val) { $(this).find("option").each(function () { if($(this).attr("value") == val && $(this).attr("value") != "") { $(this).attr("selected", true); } }); };
To Download the cookbook, please fill in the form below.