zurb / joyride

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

It doesn't work with JQuery 1.5.2 #99

Open xnuter opened 11 years ago

xnuter commented 11 years ago

I replaced the jquery script in the demo file with

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js">    </script>

And it gives the following error: joy-ride-issue-1-5-2

xnuter commented 11 years ago

I simply updated to 1.8.3 and it works now. It didn't take any additional actions - just changed the jQuery version. I would have told that JoyRide supports jQuery 1.8+ and noted that updated from 1.5+ to it is smooth.