/* Add New Wedding Page to Main Navigation $(document).ready(function() { $('
  • Appointments
  • ').insertBefore('#categories-nav > li:nth-of-type(2) ul.dropdown li:first-of-type, .mobile-menu > ul > li:nth-of-type(2) ul.dropdown li:first-of-type'); }); */ /* Add Shop Now Button to Wedding Suit Appointments Page */ $(function(){ if (window.location.pathname == "/wedding-suit-appointments/" || window.location.pathname == "/wedding-suit-appointments" || window.location.pathname == "/wedding-suit-appointments.html") { $('Shop Wedding Suits').insertAfter('.product-listings'); } }); /* Add Contact Button to Products $('

    For details on sizing and availability for this product please contact our friendly and experienced team.

    Contact our Team

    ').insertAfter('#product_price'); */ /* Hide Options from Product Sort */ $(document).ready(function() { $("#category_sort option:nth-of-type(2)").text("Name/Brand"); $("#category_sort option:nth-of-type(4), #category_sort option:nth-of-type(5), #category_sort option:nth-of-type(6)").hide(); }); /* Add Placeholder to Search Form */ $('#search_form > fieldset > input#l_nav_search.text').each( function(i,el) { if (!el.value || el.value == '') { el.placeholder = 'Search...'; } });