On Mar 21, 9:26 am, Andrew Scott <[email protected]> wrote: > My guess would be that the container for the content, doesn't or hasn't > been set up correctly. > > For example you have > > <a href="#step-2">Further details</a> > > But do you have the container for this with the id step-2? Yes, I've got a div with that id. I had an idea to hard code a fully realised url into the href, but the js behind this wizard seems to require that the href values match ids.
> > -- > Regards, > Andrew Scott > WebSite:http://www.andyscott.id.au/ > Google+:http://plus.google.com/108193156965451149543 > > > > > > > > On Wed, Mar 21, 2012 at 9:20 AM, Stephen M <[email protected]> wrote: > > On Mar 20, 8:24 pm, Peter Robertson <[email protected]> wrote: > > > Well, hadn't used this widget, so I put together a minimal fusebox5.5 and > > > can't find any problem, works a treat, and I like the wizard. > > > I'd need to see some code, or just guessing from here on. > > > I'd suggest you find the simplest setup that'll reproduce the issue and > > > share it on the list. > > > > Peter Robertson > > > Yeah, I'll try that > > > > On Tue, Mar 20, 2012 at 4:09 PM, Stephen M <[email protected]> wrote: > > > > I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion > > > > page. > > > > >https://github.com/mstratman/jQuery-Smart-Wizard > > > > > This wizard is a tab interface with validation so that you cannot move > > > > to the second tab without completimng the first correctly. > > > > > It was working perfectly in plain old HTML, even a plain cfm page, but > > > > when I moved it onto Fusebox the next and tab buttons started doing > > > > strange things. > > > > > The tabs are just <LI> tags that look like this > > > > > <ul><li><a href="#step-1">Personal details</a></li> > > > > <li><a href="#step-2">Further details</a></li> > > > > > The problem is that in fusebox a click on a tab takes you straight to > > > > the domain home page, > > > > eg the wizard might be on > > > >http://www.mydomain.com/applications/userdetails.cfm > > > > but when I click a tab I go tohttp://www.mydomain.com/#step-2ie > > > > back to the main page of the website > > > > > Anyone here using jQuery in Fusebox? > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "cfaussie" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group at > > > >http://groups.google.com/group/cfaussie?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "cfaussie" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
