Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>i can't understand, what is your problem :)</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Offline&lt;/title&gt; &lt;script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"&gt;&lt;/script&gt; &lt;style&gt; .slidebar { width: 200px; height: 20px; } &lt;/style&gt; &lt;script type="text/javascript"&gt; jQuery(document).ready(function(){ bar1LoopBus(); }); function bar1LoopBus() { jQuery(".bar1").css("background", "#00b2e3" ); jQuery(".bar1").animate({ width: '20px' }, 2000 ); jQuery(".bar1").animate({ width: '0px' }, 2000 ); jQuery(".bar1").animate({ width: '0px' }, 2000 , bar1LoopDes ); } function bar1LoopDes() { jQuery("#bar1").css("background", "#9c603e" ); jQuery("#bar1").animate({ width: '20px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 , bar1LoopSus ); } function bar1LoopSus() { jQuery("#bar1").css("background", "#a0b943" ); jQuery("#bar1").animate({ width: '20px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 , bar1LoopInn ); } function bar1LoopInn() { jQuery("#bar1").css("background", "#cc0001" ); jQuery("#bar1").animate({ width: '20px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 , bar1LoopTec ); } function bar1LoopTec() { jQuery("#bar1").css("background", "#f6821f" ); jQuery("#bar1").animate({ width: '20px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 ); jQuery("#bar1").animate({ width: '0px' }, 2000 , bar1LoopBus ); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="bars"&gt; &lt;div id="bar1" class="slidebar bar1"&gt;&lt;/div&gt; &lt;div id="bar2" class="slidebar"&gt;&lt;/div&gt; &lt;div id="bar3" class="slidebar"&gt;&lt;/div&gt; &lt;div id="bar4" class="slidebar"&gt;&lt;/div&gt; &lt;/div&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.
    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