[jQuery] Re: Hidden divs, showing based on anchor in URL

2007-07-06 Thread sccr410
Unfortunately I don't see how to use this - History plugin uses Ajax to bring content onto a page. I am linking to another page. Really no clue on how that plugin applies, sorry. On Jul 5, 4:33 pm, Glen Lipka [EMAIL PROTECTED] wrote: Check out the history plugin. It does this for

[jQuery] Re: Hidden divs, showing based on anchor in URL

2007-07-06 Thread Klaus Hartl
sccr410 wrote: Unfortunately I don't see how to use this - History plugin uses Ajax to bring content onto a page. I am linking to another page. Really no clue on how that plugin applies, sorry. If you take a closer look at the demo, there's also an example with showing/hiding a paragraph

[jQuery] Re: Hidden divs, showing based on anchor in URL

2007-07-06 Thread Brad Perkins
If I understand you correctly, if someone enters or clicks a URL from another page like: http://www.hughesnunn.com/attorneys.html#mixer you want to display that attorney when the page loads? If you can parse the anchor out of the URL on page load you could use jQuery's click method to

[jQuery] Re: Hidden divs, showing based on anchor in URL

2007-07-05 Thread Glen Lipka
Check out the history plugin. It does this for you. http://www.stilbuero.de/jquery/history/ Glen On 7/5/07, sccr410 [EMAIL PROTECTED] wrote: http://www.hughesnunn.com/attorneys.html You can see on the URL above, I am using hidden divs that get shown when a user clicks on the name - nothing