I have used/am using other jQuery stuff like a UI DatePicker without
any issues, it's just this tabbed interface which relies on internal
page links that has spat the dummy.  I've made sure that any # symbols
for the hrefs are not inside cfoutput tags.

I have developed another page in parallel using jQuery UI tabs and
that suffers from the same problem to a lesser extent.

On Mar 20, 4:46 pm, Peter Robertson <[email protected]>
wrote:
> Yep, using jQuery without issue.
>
> What version of Fusebox?
> Fusebox composes content and delivers it as index.cfm in your app root
> (or another nominated single file).
> This means that regardless of the path to the resources within your
> app structure, the server sees everything as being index.cfm.
> So check that references to css files, js libs etc all make this
> assumption.
>
> If this isn't the issue then I'd need to know more about your
> particular app structure and how you're calling your resources.
>
> Peter Robertson
>
> On Mar 20, 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 
> > onhttp://www.mydomain.com/applications/userdetails.cfm
> > but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie
> > 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.

Reply via email to