Note that there are some explanatory texts on larger screens.

plurals
  1. POJQuery booklet problems
    primarykey
    data
    text
    <p>Good day everyone, I just discovered the JQuery booklet and it looks pretty amazing. However, I cant get it to work. Ive just done all the instructions from <a href="http://builtbywill.com/code/booklet/installation">the official link</a>. My HTML is as follows:</p> <pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;New Web Project&lt;/title&gt; &lt;script type="text/javascript" src="jquery.booklet.1.3.1/booklet/jquery-1.7.2.min.js"&lt;/script&gt; &lt;script type="text/javascript" src="jquery.booklet.1.3.1/booklet/jquery-ui-1.8.18.custom.min.js"&lt;/script&gt; &lt;script type="text/javascript" src="jquery.booklet.1.3.1/booklet/jquery.easing.1.3.js"&lt;/script&gt; &lt;script type="text/javascript" src="jquery.booklet.1.3.1/booklet/jquery.booklet.1.3.1.min.js"&lt;/script&gt; &lt;link href="jquery.booklet.1.3.1/booklet/jquery.booklet.1.3.1.css" type="text/css" rel="stylesheet" media="screen"/&gt; &lt;script type="text/javascript" src="libro.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="mybook"&gt; &lt;div&gt; &lt;h3&gt;Yay, Page 1!&lt;/h3&gt; &lt;/div&gt; &lt;div&gt; &lt;h3&gt;Yay, Page 2!&lt;/h3&gt; &lt;/div&gt; &lt;div&gt; &lt;h3&gt;Yay, Page 3!&lt;/h3&gt; &lt;/div&gt; &lt;div&gt; &lt;h3&gt;Yay, Page 4!&lt;/h3&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; </code></pre> <p></p> <p>And the js file libro.js is the one who initialize the booklet:</p> <pre><code>$(function() { $('#mybook').booklet(); }); </code></pre> <p>This is what it takes to make it work, but I onle get the labels one after another and I dont know what else to do... any ideas? Thanx.</p>
    singulars
    1. This table or related slice is empty.
    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.
    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