Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あなたのmenuクラスのために設定してください.change(function(){...})
menu
.change(function(){...})
メニューのオプションを変更する必要がある場合、関数が呼び出されます
<script> $('.menu').change(function() { <?php if (!is_user_logged_in()): ?> $('#login-alert').css('display', 'block !important'); <?php endif; ?> }; </script>