$(function () { $('#btn_login').on('click', function () { document.location.href = '/member/login?return_url=/goods/catalog?code=00010004'; }); $('#notice').hide(); $('#btn_notice').on('click', function () { $('#notice').toggle(500); }); });