TextContinu
Overview
TextContinu is a plugin available for mootools and jQuery which allows for text and forward it in different containers.
Principle
The plugin is built by adding the script tag in the header of the html file. This addition made a journey of abre dom, identify the tags to process. Two types of tags are in play:
The tags contain a text rendering will be done in several specific markers, they are identifying a specific id
Example :
<div id="poeme"> text of the poem</div>
Tags making this record, they will identifées a specific class: follow-[ID Tag to follow].
Example :
<div class="follow-poeme"></div>
How the plugin works - the original appearance to the final result
Availability
This plugin is Available for frameworks jquery (demo) and mootools (demo).