JQuery toogleClass problem
By
robeng
in Programming
in Programming
Go to solution
Solved by fjdhdhcyfhf,
i think your code is not being run at page load. try this
$(document).ready(function(){
alert("this works on load");
//JQuery
$("#menu").click(function(event){
$("nav ul").toggleClass("menushow");
});
alert("if this alert doesnt load there is a error in syntax above");
}
-
Topics
-
Ishikudeska ·
Posted in New Builds and Planning0 -
0
-
Xxu ·
Posted in Servers, NAS, and Home Lab0 -
4
-
Issac Zachary ·
Posted in Troubleshooting5 -
4
-
PopsicleHustler ·
Posted in Audio4 -
4
-
4
-
Greasy_Pudding ·
Posted in Servers, NAS, and Home Lab3
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now