Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery Joyride - not working with Jquery Mobile
    primarykey
    data
    text
    <p>I am trying to use Jquery-Joyride - <a href="http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin" rel="nofollow">http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin</a>, but I can not get it to work with Jquery Mobile. As soon as I add the standard JQM tags the help windows will no longer display.</p> <p>Here is what I'm trying: .....</p> <pre><code>&lt;ol id="joyRideTipContent"&gt; &lt;li data-id="numero2" data-text="Next" class="custom"&gt; &lt;h2&gt;Stop #1&lt;/h2&gt; &lt;p&gt;You can control all the details for you tour stop. Any valid HTML will work inside of Joyride.&lt;/p&gt; &lt;/li&gt; </code></pre> <p>....</p> <pre><code>&lt;script&gt; $(window).load(function() { $('#joyRideTipContent').joyride({postStepCallback : function (index, tip){ if (index == 2) { $(this).joyride('set_li', false, 1); } }}); }); &lt;/script&gt; </code></pre> <p>.....</p> <pre><code>&lt;div class="row"&gt; &lt;div class="four columns"&gt; &lt;img src="280x120.gif"&gt;&lt;/img&gt; &lt;/div&gt; &lt;div class="eight columns"&gt; &lt;h3 id="numero2"&gt;Customize Each Stop Along the Way&lt;/h3&gt; &lt;p&gt;Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. &lt;/p&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>.....</p> <p>Everything works fine with the code above. However, as soon as I add the JQM specific tag, the help windows no longer appear.</p> <pre><code>&lt;div data-role="page" class="type-home" data-dom-cache="false" id="home"&gt; </code></pre> <p>I'm not sure how to get this working. Any help is appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload