Re: [cfaussie] jQuery SmartWizard 2

2012-03-21 Thread Stephen M


On Tuesday, March 20, 2012 8:24:22 PM UTC+11, Peter Robertson 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


This fusebox version is really, really old, probably version 3.  I just 
tried a simple internal pagelink on another simpler page without the jQuery 
and it suffered from the same problem.  Funny but I never had a reason to 
use an internal page link in this app before.

So, I'm just going to launch a new window and run the jQuery wizard in 
that, or rewrite the js file to avoid the use of href
 






-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/EWeStM1eXT0J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] jQuery SmartWizard 2

2012-03-20 Thread Peter Robertson
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

On Tue, Mar 20, 2012 at 4:09 PM, Stephen M sgmul...@gmail.com 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

  ullia href=#step-1Personal details/a/li
lia href=#step-2Further 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 to http://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 cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 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 cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] jQuery SmartWizard 2

2012-03-20 Thread charlie arehart
Stephen, I haven't seen anyone suggest this yet: are you using a tool like
Firebug, Fiddler, or Charles? Such tools can show the communications back
and forth from your browser to the server. It could be that it's trying to
access a file that it doesn't find. Such tools can identify such errors,
which the browser (and your JS code) might otherwise hide or ignore. It
could also be finding a wrong version, though that's of course harder to
tell, but at at least the tools 

I list tools like the above in a category of my CF411 site, specifically at
http://www.cf411.com/proxy. Note that I list also how more modern browsers
now have such tools built-in, so not even something you have to add, if
that's a concern.

Let us know if such tools may help you.

/charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of Stephen M
 Sent: Tuesday, March 20, 2012 1:09 AM
 To: cfaussie
 Subject: [cfaussie] jQuery SmartWizard 2
 
 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
 
  ullia href=#step-1Personal details/a/li
   lia href=#step-2Further 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 to http://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 cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 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 cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] jQuery SmartWizard 2

2012-03-19 Thread Steve Onnis
This wont be a Fuzebox issue.  I would check your js libraries are being
included properly first

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Tuesday, 20 March 2012 4:09 PM
To: cfaussie
Subject: [cfaussie] jQuery SmartWizard 2

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

 ullia href=#step-1Personal details/a/li
lia href=#step-2Further 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 to http://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 cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
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 cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.