zurb / joyride

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

Twitter Bootstrap-Sass version incompatible with Joyride/Jquery version 1.9 #89

Open wrighta8 opened 11 years ago

wrighta8 commented 11 years ago

using gem bootstrap-sass 2.3.0.1

(line jquery.js 1764) too much recursion return internalData( elem, name, data, true );

hangs (unresponsive script)

Hangs i believe in postRideCallback when using $(this).joyride('destroy'); It does not appear to hang in gem bootstrap-sass 2.2.2.0, but get this error TypeError: settings.$documents is undefined: settings.$document.off('.joyride'); May you tell me what version of bootstrap are you using and what version of joyride are you currently using? I am using jquery 1.9. I am using bootstrap gem 2.2.2.0.

wrighta8 commented 11 years ago

Can anyone tell me what version of bootstrap and jquery you are currently using?