Your submission is complete
' ).fadeIn('slow'); } } }); // Equal to static Value $.validator.addMethod("equalStatic", function (value, element, param) { return this.optional(element) || value === param; }, "You must answer the question correctly"); $('#form').validate({ rules: { Name: 'required', Email: { required: true, email: true }, Message: 'required', Question: { required: true, equalStatic: '24' } }, messages: { Name: 'Name is Required', Email: 'Email Address is Incorrect', } }); if ('body:is(.customsection12)') { $('body.customsection12 .map-address').load('contact_us #hcard'); } <script> $(document).ready(function () { $(".agent_list_item").each(function () { $(this).prepend('') $(this).find(".name-title").append('') var url = $(this).attr('data-agent-url') // console.log(url) // $(this).find(".newcontainer").load(url + ' #cardInfo .vcard_img ') $(this).find(".blurb").load(url + ' #agentBio p:first ') }); $('.agent_list_item').removeAttr("style"); }); <script> $(document).ready(function () { $(".agents_list #CustomTitle").html("Our Team"); console.log('loading profiles'); var bioUrl = ''; $('.agent_list>li').each(function () { bioUrl = $(this).attr('data-agent-url'); console.log(bioUrl); $(this).find('.profile-button>button').replaceWith(function () { return "" + this.innerHTML + ""; }); }); });