Smashing Mobile Web Development by Greg Avola & Jon Raasch

Smashing Mobile Web Development by Greg Avola & Jon Raasch

Author:Greg Avola & Jon Raasch
Language: eng
Format: epub
Published: 2012-10-29T16:00:00+00:00


return false;

}

else {

var wine_name = $(“#wine_name”).val();

var winery_name = $(“#winery_name”).val();

var color_id = $(“#wine_color”).val();

var wine_abv = $(“#wine_abv”).val();

var wine_description = $(“#wine_description”).val();

var qty = $(“#cellar_qty”).val();

var note = $(“#cellar_description”).val();

addWineActivity(wine_name, winery_id, wine_abv, color_id,

$(“#is_add”).is(‘:checked’), wine_description, qty, note);

return false;

}

}

If you enter everything correctly, you see the success message shown in Figure 7-13.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.