I'm using jquery's animatedcollapse for the FAQ section of my site, as a way to keep things tidy.
I have all the div's closed by default, but is there a way to have 1 specific div opened if I call the id with a URL query parameter?
The url I am referring to is: http://www.carcityofdanbury.com/?cat=02&do=FAQ
meaning if I have a link to http://www.carcityofdanbury.com/?cat=02&do=FAQ#id=4 when the page loads can I have all the div's except #4 closed?
I've searched Google and cant find an answer for this.
Thank you.