[jQuery] Re: Turn off elements depending on current URL
Thanks. It seems to be working now.
[jQuery] Re: Turn off elements depending on current URL
Try putting your code inside a document.ready handler; otherwise it will run too soon.
Thanks. It seems to be working now.
Try putting your code inside a document.ready handler; otherwise it will run too soon.