Adding Custom JQuery Menu Fresh Slide Out
In addition to @Wyck’s answer, since you asked if you are doing anything wrong, I’d suggest that it is usually more correct to register and enqueue your scripts as you’ve already done with some scripts in my_custom_function, than it is to write scripts directly into the header. That is, put this code: $(function() { $(‘#menu … Read more