J
J
Jack OXO2015-11-23 13:10:01
css
Jack OXO, 2015-11-23 13:10:01

How to hide navbar-collapse when clicking menu item in mobile version?

I'm studying. Here is the site . In the mobile version, when you click on a menu item, it does not collapse. The question is why? Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Demidov, 2015-11-23
@Scrum

jsfiddle.net/s9ktyqau/1

P
Pavel Torbeev, 2015-11-23
@glizer

$(window).on('click', '.propClone a', function() {
$(this).parents('.navbar-collapse').addClass('collapse')
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question