Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var main = function () {
- $('.menu-item').click(function () {
- $('.item').removeClass('active').hide();
- $(this).addClass('active').show();
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement