jQuery(document).ready(function($){ $.G2.boot.ready(); }); jQuery(document).ready(function($){ $.G2.forms.invisible(); $('body').on('contentChange.form', 'form', function(e){ e.stopPropagation(); $.G2.forms.ready($(this)); }); $('form').trigger('contentChange.form'); });
Upa!