锘?(document).ready(function () { var myhref = window.location.href if (myhref.indexOf("cancelLogin=true") > -1) { $('.addButton').removeClass('hidden') } if (myhref.indexOf("dianjing=true") > -1) { $('.rightPopupCance').removeClass('hidden') $('.rightPopupBoxDiv').addClass('hidden') } }) /*鏇村浜у搧瀵规瘮*/ $('.more-products-module .block').hover(function () { $('.more-products-module .block').find('.showM').show() $('.more-products-module .block').find('.hide').hide() $(this).find('.showM').hide() $(this).find('.hide').show() })