Note that there are some explanatory texts on larger screens.

plurals
  1. POzWeatherFeed jquery include
    text
    copied!<p>On my site I include these jquery scripts:</p> <pre><code>&lt;script language="javascript" type="text/javascript" src="js/jquery.js"&gt;&lt;/script&gt; &lt;script language="javascript" type="text/javascript" src="js/jquery.easing.js"&gt;&lt;/script&gt; &lt;script language="javascript" type="text/javascript" src="js/script.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.countdown.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.mousewheel.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.jscrollpane.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jwplayer.js"&gt;&lt;/script&gt; </code></pre> <p>I want to use zWeatherFeed : <a href="http://www.zazar.net/developers/jquery/zweatherfeed/" rel="nofollow">http://www.zazar.net/developers/jquery/zweatherfeed/</a></p> <p>I should include this code in my site header:</p> <pre><code>&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery.zweatherfeed.min.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>But when I include jquery.min.js, some javascripts, for example: jscroll pane does not work, and the other problem is this:</p> <p>In the body I insert: </p> <pre><code>&lt;div id="test"&gt;&lt;/div&gt; </code></pre> <p>After loading site:</p> <pre><code>&lt;div id="test" class="weatherFeed"&gt;&lt;/div&gt; created but not load sub divs for example: &lt;div class="weatherItem odd day"&gt; &lt;div class="weatherCity"&gt;... (city) ...&lt;/div&gt; &lt;div class="weatherCountry"&gt;... (country) ...&lt;/div&gt; &lt;div class="weatherTemp"&gt;... (temperature) ...&lt;/div&gt; &lt;div class="weatherDesc"&gt;... (condition) ...&lt;/div&gt; </code></pre>
 

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