$(document).ready(function () { $(".orderFormSubmiter").each(function() { new OrderFormValidator(); }); });