if (typeof $.validator !== "undefined") { $('.popup .container .modal-body').html("
"); collide.eventBind(); collide.validateShim(); $('.fader').show(); $('.popup').show(); } else { $.getScript( '/assets/js/jquery.validate.min.js', function(){ $('.popup .container .modal-body').html(""); collide.eventBind(); collide.validateShim(); $('.fader').show(); $('.popup').show(); }); }