zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 238 forks source link

Joyride tour doesn't make it clear the the id of the unordered list needs to be updated in css file #174

Open ltejedor opened 10 years ago

ltejedor commented 10 years ago

In the walkthrough, Step 3 tells the user to create your outline using an unordered list. The code reads,

    , and then that id gets called in the JavaScript, but it will not work unless the id that the user chooses replaces #joyRideTipContent in the css. There should be a line about this in the walkthrough, it's a bit unclear.