Difference between revisions of "Template:Readmore"

Jump to navigation Jump to search
293 bytes removed ,  13:08, 1 June 2016
no edit summary
Line 1: Line 1:
<div class="item">


    This is the first part of the text, the part that will be seen originally.<br/>
    <a href="#" class="read_more">Read More</a><br/>
    <span class="more_text">
        This is the extra text, that will be shown after pressing the link above.
    </span>
</div>


$(function(){ /* to make sure the script runs after page load */
$(function(){ /* to make sure the script runs after page load */
Line 18: Line 9:


     });
     });
});

Navigation menu