Skip to content

Instantly share code, notes, and snippets.

@petrozavodsky
Created June 17, 2015 13:34
Show Gist options
  • Save petrozavodsky/d7b1b3edf5af1fbfc3de to your computer and use it in GitHub Desktop.
Save petrozavodsky/d7b1b3edf5af1fbfc3de to your computer and use it in GitHub Desktop.
$(document).ready(function () {
$("#formzakaz").on(function () {
var formOftype = $("#menu");
$("#summ span").text("0");
formOftype.on("change", function () {
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment