Note that there are some explanatory texts on larger screens.

plurals
  1. POjQueryUI themeswitcher not loading images
    primarykey
    data
    text
    <p>I wanted to play with the themeswitcher a little, so I made a simple page just to see how it worked before messing with it.</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js"&gt;&lt;/script&gt; &lt;script type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.all.css"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"&gt;&lt;/script&gt; &lt;script&gt; $(document).ready(function(){ $('#switcher').themeswitcher(); $('#calendar').datepicker(); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="switcher"&gt;&lt;/div&gt; &lt;input type="text" id="calendar"&gt;&lt;/input&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>But after the page loads, I opened the developer tools panel in chrome and all the images that the script are supposed to load are throwing 403 forbidden errors. Which is weird because he switcher div worked the very first time I tried the page, but I made a typo on the datepicker id, so I reloaded the page after fixing it and then got 403 errors. So I want to get it working again, but it looks like it would be a pain to locally host all the theme resources and change the themeswitcher urls to reflect that; am I missing something?</p> <p>Thanks</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.
    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