Note that there are some explanatory texts on larger screens.

plurals
  1. POnewbie in Jquery (including but no result)
    primarykey
    data
    text
    <p>I have this code:</p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"&gt;&lt;/script&gt; &lt;link type="text/css" href="css/themename/jquery-ui-1.8.14.custom.css" rel="Stylesheet" /&gt; &lt;script type="text/javascript" src="js/jquery-1.4.4.min.js"&gt;&lt;/script&gt; &lt;style&gt; #feedback { font-size: 1.4em; } #selectable .ui-selecting { background: #FECA40; } #selectable .ui-selected { background: #F39814; color: white; } #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; } #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; } &lt;/style&gt; &lt;script&gt; $(document).ready(function(){ $( "#selectable" ).selectable(); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;form method='post'&gt; &lt;div class="demo"&gt; &lt;ol id="selectable"&gt; &lt;li class="ui-widget-content"&gt;Item 1&lt;/li&gt; &lt;li class="ui-widget-content"&gt;Item 2&lt;/li&gt; &lt;li class="ui-widget-content"&gt;Item 3&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt;&lt;!-- End demo --&gt; &lt;div class="demo-description" style="display: none; "&gt; &lt;p&gt;Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections. &lt;/p&gt; &lt;/div&gt;&lt;!-- End demo-description --&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>I downloaded the jquery but it has no result I used this site:</p> <p><a href="http://jqueryui.com/demos/selectable/#event-create" rel="nofollow">http://jqueryui.com/demos/selectable/#event-create</a></p> <p>what is wrong here?</p>
    singulars
    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.
    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