This is partially a jQuery question, so maybe I'll ask it in a couple of 
places:

What I am trying to do:
- use a hash fragment appended to a link to open a section of an accordion 
on the linked page, i.e., services.php#development. It works. However, the 
other accordion sections don't work properly because the hash is still in 
the URL. 

If I use jQuery to remove the hash when clicking a closed accordion 
section, i.e., window.location.hash = ' '; it removes the fragment but not 
the hash - this is correct functionality. Fine. But the accordion acts 
improperly in the same way.

All attempts to remove the hash itself does not work in that I simply 
cannot get the hash to disappear. Looked all over StackOverflow, but at 
this point cannot find a working solution.

This is related to my previous question about controlling a Bootstrap 
Accordion thru jQuery ONLY without having to use data tags. But, sadly, no 
one has responded.

As a famous fashion mag editor once asked: "Am I reaching for the stars?"

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to