top of page

Powermenu 1 3 0

  • tiumendeladalbest
  • Aug 16, 2023
  • 1 min read


As part of a site I'm trying to design I have a div with the id "powersettings" when clicked it toggles a div with the id "powermenu" and toggles the class "blur" on my "content" div and "tab a"s, this is all done successfully.


I'm trying to make my "tab a"s unbind(click) when "powersettings" is clicked, this is successful. However I want it to bind(click) when "powersettings" is clicked again to close the "powermenu"...can anyone tell me how to do this?




Powermenu 1 3 0




How it works: as you are toggling #powermenu's visibility ($("#powermenu").toggle();) on #powersettings' click ($("#powersettings").click(function () {...). You seem to want to #tab a's clicks have no effect while #powermenu is hidden. This code does that. 2ff7e9595c


 
 
 

Recent Posts

See All
Dead target mod

Dead Target Mod: Um Jogo de Tiro com Zumbis para Android Você é fã de jogos de tiro com zumbis? Você quer experimentar a emoção de lutar...

 
 
 

Comments


© 2023 by ALEXA HILL. Proudly created with Wix.com

  • SoundCloud Basic Black
  • Black Spotify Icon
  • Black Apple Music Icon
  • Black Amazon Icon
bottom of page