Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I solved your problem</p> <p>your index.html</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 lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;!-- Java Scripts --&gt; &lt;script type="text/javascript" src="js/jquery-1.4.2.min.js"&gt;&lt;/script&gt; &lt;script&gt; $(document).ready(function() { $("#clickme").click(function() { $("#content").load("changelog.html"); }); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;a href="javascript:void(0)" id="clickme"&gt;Load HTML&lt;/a&gt; &lt;div&gt; &lt;div id="content"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Your changelog.html</p> <pre><code> &lt;script type="text/javascript" src="js/animatedcollapse.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets,hide=1'); animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,hide=1'); animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1'); animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted //$: Access to jQuery //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID //state: "block" or "none", depending on state }; animatedcollapse.init(); &lt;/script&gt; &lt;!-- CSS Stylesheet --&gt; &lt;style type="text/css"&gt; .topicdetail{ text-align:justify; width:650px; padding-left:10px; padding-right:10px; /*background: #BDF381;*/ font-size: 13px; } &lt;/style&gt; &lt;div id="container"&gt; &lt;ul&gt; &lt;li&gt;Compilation command in preferences is more simplified.&lt;a href="javascript:animatedcollapse.toggle('cat')"&gt;?&lt;/a&gt; &lt;div id="cat" class='topicdetail'&gt; &lt;br/&gt; &lt;p&gt; The cat (Felis catus), also known as the domestic cat or house cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years. A skilled predator, the cat is known to hunt over 1,000 species for food. It can be trained to obey simple commands. &lt;/p&gt; &lt;br/&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt;Compilation command in preferences is more simplified.&lt;a href="javascript:animatedcollapse.toggle('dog')"&gt;?&lt;/a&gt; &lt;div id="dog" class='topicdetail'&gt; &lt;br/&gt; &lt;p&gt; The cat (Felis catus), also known as the domestic cat or house cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years. A skilled predator, the cat is known to hunt over 1,000 species for food. It can be trained to obey simple commands. &lt;/p&gt; &lt;br/&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt;Compilation command in preferences is more simplified.&lt;a href="javascript:animatedcollapse.toggle('rabbit')"&gt;? &lt;/a&gt; &lt;div id="rabbit" class='topicdetail'&gt; &lt;br/&gt; &lt;p&gt; The cat (Felis catus), also known as the domestic cat or house cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years. A skilled predator, the cat is known to hunt over 1,000 species for food. It can be trained to obey simple commands. &lt;/p&gt; &lt;br/&gt; &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>Just copy and paste the html</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.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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