Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery Coin Slider - not working at all
    primarykey
    data
    text
    <p>I'm trying to integrate <a href="http://workshop.rs/projects/coin-slider/" rel="nofollow">Coin Slider</a> into my page, and I've downloaded and attached the latest Jquery to my header, along with all of the necessary Coin-slider files. However, the page simply stacks the images as if I had simply inserted tags. </p> <p>The paths for all of the files are correct. I tried following his instructions to the letter on the "how to install" page, with no success. It won't work in IE8, or the latest versions of Chrome or Firefox. </p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;link rel="stylesheet" href="css/paradigm.css" type="text/css" /&gt; &lt;link rel="stylesheet" href="css/coin-slider-styles.css" type="text/css" /&gt; &lt;script type="text/javascript" src="js/coin-slider.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/coin-slider.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery-1.7.2.js"&gt;&lt;/script&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Paradigm Solutions&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="container"&gt; &lt;div id="header"&gt;&lt;/div&gt; &lt;div id="navbar"&gt;&lt;/div&gt; &lt;div id="leftMenu"&gt;&lt;/div&gt; &lt;div id="coin-slider"&gt; &lt;a href="http://windows.microsoft.com/en-us/internet-explorer/products/ie/home/" target="_blank"&gt; &lt;img src="http://www.vexite.com/images/2011/06/browser-war-illustration.jpg" alt="IESucks" /&gt; &lt;span&gt; &lt;b&gt;Don't Use IE&lt;/b&gt;&lt;br /&gt; Internet Explorer is an inferior product that should be destroyed. &lt;/span&gt; &lt;/a&gt; &lt;a href="http://windows.microsoft.com/en-us/internet-explorer/products/ie/home/" target="_blank"&gt; &lt;img src="http://www.vexite.com/images/2011/06/browser-war-illustration.jpg" alt="IESucks" /&gt; &lt;span&gt; &lt;b&gt;Don't Use IE&lt;/b&gt;&lt;br /&gt; Internet Explorer is an inferior product that should be destroyed. &lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; $(document).ready(function() { $('#coin-slider').coinslider(); }); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
 

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