$(document).ready(function(){
$(".showhide").click(function(){
$("nav").slideToggle("slow");
});
});
I'm not a JavaScript programmer. I'm getting this error: Uncaught TypeError $ is not a function
For some reason my navigation is not working.
Someone told me to put this in JavaScript but I'm getting the error.
Found this: jQuery(document);
but don't know how to use this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…