Changes between Version 1 and Version 2 of AnnotationManual/CZSNLI/training


Ignore:
Timestamp:
Mar 4, 2024, 10:20:40 AM (2 months ago)
Author:
Zuzana Nevěřilová
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnotationManual/CZSNLI/training

    v1 v2  
    33<script type="text/javascript">
    44$(document).ready(function() {
    5    alert("Test2");
     5   collapsed = document.getElementsByClassName("collapsible");
     6   collapsed.each(function( index ) {
     7       $( this ).hide();
     8   });
    69});
    710</script>
    811}}}
     12
     13{{{
     14#!html
     15
     16<ul>
     17<li><h2>Example 1</h2>
     18<p>text 1</p>
     19<p class="collapsible">collapsed text</p>
     20</li>
     21<li><h2>Example 2</h2>
     22<p>text 2</p>
     23<p class="collapsible">collapsed text</p>
     24</li>
     25</ul>
     26
     27}}}