This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Make Button visible/invisible
#14
(09.04.2019, 07:46)admin Wrote: You can hide an element if there are no elements with a certain class:

Code:
$(function() {
 if (!$('.custom-menu-item').length) {
   $('.custom-menu').addClass('hide');
 }
});

Add custom-menu-item class to any of your menu links and add custom-menu class to menu image.

Thanks!!

It works perfectly
Reply


Messages In This Thread
Make Button visible/invisible - by forsterm - 27.03.2017, 16:29
RE: Make Button visible/invisible - by cekca - 28.03.2017, 16:49
RE: Make Button visible/invisible - by JMM - 06.06.2018, 06:17
RE: Make Button visible/invisible - by admin - 06.06.2018, 06:32
RE: Make Button visible/invisible - by admin - 09.04.2019, 07:46
RE: Make Button visible/invisible - by DGrandes - 09.04.2019, 11:02
RE: Make Button visible/invisible - by Fahd - 07.02.2023, 07:56
RE: Make Button visible/invisible - by admin - 07.02.2023, 09:13

Forum Jump: