OP: original post

On Thu, Jun 11, 2009 at 11:11 AM, waseem sabjee<waseemsab...@gmail.com> wrote:
> yeah...i'm still kinda new to JQuery been playing around with it a lot...may
> be a noob question but what is the OP ?
>
> On Thu, Jun 11, 2009 at 7:48 AM, Ricardo <ricardob...@gmail.com> wrote:
>>
>> Oops, you're right. I answered waseem's message without looking at the
>> OP.
>>
>> On Jun 10, 6:00 pm, mkmanning <michaell...@gmail.com> wrote:
>> > I think the answers, though informative, have gotten off track. If you
>> > want to open a specific DIV based on the hash in the URL, just use:
>> >
>> > var div = window.location.hash;
>> >
>> > $(div).show();
>> >
>> > You should put the necessary checks to make sure there is in fact a
>> > hash in the url, etc.
>> >
>> > On Jun 10, 3:24 am, Bennobo <benn...@googlemail.com> wrote:
>> >
>> >
>> >
>> > > Can I teach jquery to open a specific <div> by URL?
>> >
>> > > Example:http://www.domain.com/help/faq#107
>> >
>> > > The FAQ Entry with ID 107 should open immediatly when I go to this
>> > > URL. (show/hide)
>> >
>> > > Have a nice day!
>> > > Bennobo
>

Reply via email to