<style>
.readmore:link{
text-decoration:none;
padding:2px 5px;
background:#339933;
width:100px;
color:#fff;
font-family:sans-serif;
}
.readmore:hover{
text-decoration:none;
padding:2px 5px;
background:#33cc33;
width:100px;
color:#000;
}
.close:link{
font-family:sans-serif;
text-decoration:none;
padding:2px 5px;
background:#eb1f41;
width:100px;
color:#fff;
}
.close:hover{
text-decoration:none;
padding:2px 5px;
background:#fe8499;
width:100px;
color:#000;
}
.heading{
font-size:18px;color:red;
}
</style>
<section id="MooseLoose">
<article>
<b class="heading">Artisanal Narwahls</b>
<P>This is the Collapsable Read More page and you are looking at filler Text. It will be replaced when content is received. Duis interdum egestas ante et imperdiet. Cras felis odio, pretium et lobortis ac, dapibus eu velit. Pellentesque vehicula porta scelerisque. Vivamus 2015/01/07-23:01 nec ligula est. Suspendisse Collapsable Read More ac consequat leo.</P>
<P>Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.</P>
<strong>This Has Been Created by MooseLoose</strong>
<P>Donec mattis justo at Collapsable Read More dolor sagittis varius iaculis ligula pretium. Morbi ornare purus sit amet Collapsable Read More augue iaculis a volutpat mauris lobortis. Quisque nunc elit, euismod id vestibulum quis, laoreet vitae leo, Collapsable Read More <b>2015/01/07-23:01</b> - MooseLoose.</P> </article>
<article>
<b class="heading">Artisanal Narwahls</b>
<P>This is the Collapsable Read More page and you are looking at filler Text. It will be replaced when content is received. Duis interdum egestas ante et imperdiet. Cras felis odio, pretium et lobortis ac, dapibus eu velit. Pellentesque vehicula porta scelerisque. Vivamus 2015/01/07-23:01 nec ligula est. Suspendisse Collapsable Read More ac consequat leo.</P>
<P>Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.</P>
<strong>This Has Been Created by MooseLoose</strong>
<P>Donec mattis justo at Collapsable Read More dolor sagittis varius iaculis ligula pretium. Morbi ornare purus sit amet Collapsable Read More augue iaculis a volutpat mauris lobortis. Quisque nunc elit, euismod id vestibulum quis, laoreet vitae leo, Collapsable Read More <b>2015/01/07-23:01</b> - MooseLoose.</P> </article>
<article>
<b class="heading">Artisanal Narwahls</b>
<P>This is the Collapsable Read More page and you are looking at filler Text. It will be replaced when content is received. Duis interdum egestas ante et imperdiet. Cras felis odio, pretium et lobortis ac, dapibus eu velit. Pellentesque vehicula porta scelerisque. Vivamus 2015/01/07-23:01 nec ligula est. Suspendisse Collapsable Read More ac consequat leo.</P>
<P>Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.</P>
<strong>This Has Been Created by MooseLoose</strong>
<P>Donec mattis justo at Collapsable Read More dolor sagittis varius iaculis ligula pretium. Morbi ornare purus sit amet Collapsable Read More augue iaculis a volutpat mauris lobortis. Quisque nunc elit, euismod id vestibulum quis, laoreet vitae leo, Collapsable Read More <b>2015/01/07-23:01</b> - MooseLoose.</P> </article>
</section>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="readmore.js"></script>
<script>
$('#info').readmore({
moreLink: '<a href="#">Usage, examples, and options</a>',
collapsedHeight: 10,
afterToggle: function(trigger, element, expanded) {
if(! expanded) {
$('html, body').animate({scrollTop: $(element).offset().top}, {duration: 100});
}
}
});
$('article').readmore({speed: 1000});
</script>
<style>
article{
background:#fff;
font-family:sans-serif;
}
</style>