JQuery UI Accordion History
|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
JQuery UI Accordion HistoryHi guys
I am working on the following site http://www.paulbraham.com/test_site/ and am having a few troubles with my JQuery Accordion. Basically, I have turned on Navigation, and inserted three anchors, #1, #2 and #3 for the three sections that exist. Now in theory, i could go to index.html#2 and it would load with section 2 open. This is not happening, and I cannot work out what is wrong with my code. If it helps, I found this tutorial, that shows it working perfectly, I just can't work out what is so different about mine!! http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/statesavingaccordion.html Thanks in advance Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en. |
|
|
Re: JQuery UI Accordion HistoryIt works Ok for me on Firefox 3.5.6pre on Ubuntu 9.4
I have not tried IE. On Nov 6, 8:43 am, mehstg1319 <meh...@...> wrote: > Hi guys > > I am working on the following sitehttp://www.paulbraham.com/test_site/ > and am having a few troubles with my JQuery Accordion. > > Basically, I have turned on Navigation, and inserted three anchors, > #1, #2 and #3 for the three sections that exist. Now in theory, i > could go to index.html#2 and it would load with section 2 open. This > is not happening, and I cannot work out what is wrong with my code. > > If it helps, I found this tutorial, that shows it working perfectly, I > just can't work out what is so different about mine!! > > http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/state... > > Thanks in advance > > Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en. |
|
|
Re: JQuery UI Accordion HistoryWhat? You can use the anchors to directly jump to each section of the
accordion? As this is not happening on any of my Firefox machines. I have added some code to the accordion.js file to try and set up the navigationFilter but I am still having trouble getting it to work. P On Nov 7, 5:00 pm, intrader <intrader.intra...@...> wrote: > It works Ok for me on Firefox 3.5.6pre on Ubuntu 9.4 > I have not tried IE. > > On Nov 6, 8:43 am, mehstg1319 <meh...@...> wrote: > > > Hi guys > > > I am working on the following sitehttp://www.paulbraham.com/test_site/ > > and am having a few troubles with my JQuery Accordion. > > > Basically, I have turned on Navigation, and inserted three anchors, > > #1, #2 and #3 for the three sections that exist. Now in theory, i > > could go to index.html#2 and it would load with section 2 open. This > > is not happening, and I cannot work out what is wrong with my code. > > > If it helps, I found this tutorial, that shows it working perfectly, I > > just can't work out what is so different about mine!! > > >http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/state... > > > Thanks in advance > > > Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en. |
|
|
Re: JQuery UI Accordion HistoryAnybody?
On Nov 8, 2:58 pm, mehstg1319 <meh...@...> wrote: > What? You can use the anchors to directly jump to each section of the > accordion? As this is not happening on any of my Firefox machines. > > I have added some code to the accordion.js file to try and set up the > navigationFilter but I am still having trouble getting it to work. > > P > > On Nov 7, 5:00 pm, intrader <intrader.intra...@...> wrote: > > > It works Ok for me on Firefox 3.5.6pre on Ubuntu 9.4 > > I have not tried IE. > > > On Nov 6, 8:43 am, mehstg1319 <meh...@...> wrote: > > > > Hi guys > > > > I am working on the following sitehttp://www.paulbraham.com/test_site/ > > > and am having a few troubles with my JQuery Accordion. > > > > Basically, I have turned on Navigation, and inserted three anchors, > > > #1, #2 and #3 for the three sections that exist. Now in theory, i > > > could go to index.html#2 and it would load with section 2 open. This > > > is not happening, and I cannot work out what is wrong with my code. > > > > If it helps, I found this tutorial, that shows it working perfectly, I > > > just can't work out what is so different about mine!! > > > >http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/state... > > > > Thanks in advance > > > > Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=. |
|
|
Re: JQuery UI Accordion HistoryBoth the demo and your code work the same in Safari 4 and FF 3.5 on a
mac. On Nov 10, 1:12 am, mehstg1319 <meh...@...> wrote: > Anybody? > > On Nov 8, 2:58 pm, mehstg1319 <meh...@...> wrote: > > > > > What? You can use the anchors to directly jump to each section of the > > accordion? As this is not happening on any of my Firefox machines. > > > I have added some code to the accordion.js file to try and set up the > > navigationFilter but I am still having trouble getting it to work. > > > P > > > On Nov 7, 5:00 pm, intrader <intrader.intra...@...> wrote: > > > > It works Ok for me on Firefox 3.5.6pre on Ubuntu 9.4 > > > I have not tried IE. > > > > On Nov 6, 8:43 am, mehstg1319 <meh...@...> wrote: > > > > > Hi guys > > > > > I am working on the following sitehttp://www.paulbraham.com/test_site/ > > > > and am having a few troubles with my JQuery Accordion. > > > > > Basically, I have turned on Navigation, and inserted three anchors, > > > > #1, #2 and #3 for the three sections that exist. Now in theory, i > > > > could go to index.html#2 and it would load with section 2 open. This > > > > is not happening, and I cannot work out what is wrong with my code. > > > > > If it helps, I found this tutorial, that shows it working perfectly, I > > > > just can't work out what is so different about mine!! > > > > >http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/state... > > > > > Thanks in advance > > > > > Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=. |
|
|
Re: JQuery UI Accordion HistoryI must be going mad!
I am running FF 3.5 on Mac So you are saying you can go to the following: http://www.paulbraham.com/test_site/#two and it will open directly to the About section. P On Nov 10, 5:14 pm, dorich <bullen.ric...@...> wrote: > Both the demo and your code work the same in Safari 4 and FF 3.5 on a > mac. > > On Nov 10, 1:12 am, mehstg1319 <meh...@...> wrote: > > > Anybody? > > > On Nov 8, 2:58 pm, mehstg1319 <meh...@...> wrote: > > > > What? You can use the anchors to directly jump to each section of the > > > accordion? As this is not happening on any of my Firefox machines. > > > > I have added some code to the accordion.js file to try and set up the > > > navigationFilter but I am still having trouble getting it to work. > > > > P > > > > On Nov 7, 5:00 pm, intrader <intrader.intra...@...> wrote: > > > > > It works Ok for me on Firefox 3.5.6pre on Ubuntu 9.4 > > > > I have not tried IE. > > > > > On Nov 6, 8:43 am, mehstg1319 <meh...@...> wrote: > > > > > > Hi guys > > > > > > I am working on the following sitehttp://www.paulbraham.com/test_site/ > > > > > and am having a few troubles with my JQuery Accordion. > > > > > > Basically, I have turned on Navigation, and inserted three anchors, > > > > > #1, #2 and #3 for the three sections that exist. Now in theory, i > > > > > could go to index.html#2 and it would load with section 2 open. This > > > > > is not happening, and I cannot work out what is wrong with my code. > > > > > > If it helps, I found this tutorial, that shows it working perfectly, I > > > > > just can't work out what is so different about mine!! > > > > > >http://www.michaeljacobdavis.com/tutorials/statesavingaccordion/state... > > > > > > Thanks in advance > > > > > > Paul -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=. |
|
|
Re: Re: JQuery UI Accordion HistoryIt doesn't work for me. I think the problem is that location.hash starts with a # which means your passing something like 'div##two' this is why nothing is activated at all.
On Tue, Nov 10, 2009 at 12:29 PM, mehstg1319 <mehstg@...> wrote: I must be going mad! -- You received this message because you are subscribed to the Google Groups "jQuery UI" group.To post to this group, send email to jquery-ui@.... To unsubscribe from this group, send email to jquery-ui+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=. |
| Free embeddable forum powered by Nabble | Forum Help |