$(".parent-block").on('change', '.z', function(){
readURL(this);
});
var foo = $('#aspnetForm').serializeJSON().replace(regex, subst);
$(".submit").click(function () {
$.ajax({
type: "POST",
dataType: "json",
url: " /Handlers/SendOrderEmail.ashx",
data: json: foo,
contentType: "application/json; charset=utf-8",
success: function (data) {
alert("yes"); },
error: function (e) {
alert("no");
}
});
})
$("#wrap").append("Hello!!!");
DOM как бы принимает форму и затем уже бесполезно так делать? Или я чушь несу?