TextTailor.js works by watching the window resize event and recalculating the text container's dimensions every time, making proper adjustments to the text, so it will fit inside the new height and width values.If the text won't fit even if resized, then...

jQuery.FontResize works by considering 800px the standard width at which fonts are shown at their natural size.When the user accesses a page from a device with a window size different from this, the font size is increased or decreased to make sure takes...

It properly outlines individual characters, and not the containing DIV. To use, call this line after loading jQuery and the plugin's source:$("#text_CSS_ID").outlineLetters({color: '#fff', size: 2});As can be seen from the above syntax, the outline's size...

jQuery More

jQuery More 2.0.1

When this indicator also known as a "show more" link is clicked, jQuery More reveals the entire text.At the same time, the indicator is replaced with another one that will minimize the text back up again.Both indicators are customizable, along with the...

Ipsum Everything works by tapping into the APIs of various online random text generators and embedding their content on the user's page.Through the plugin's settings, the developer can control the Ipsum Everything output, from the number of retrieved...

Smiley.js

Smiley.js 1.0

Smiley.js works by rotating a smiley 90 degrees to the left or right.By turning the smileys around, users will be able to recognize them much easier and learn or determine what emotion or feeling the icons are meant to convey.Various smileys are supported...

Supersize

Supersize 0.1.0

Supersize will resize a text so it always fills the available space inside its parent container.In other words, Supersize takes normal text and makes it responsive, allowing it to resize dynamically based on the size of its container and the overall...

Succinct

Succinct 1.1.0

Succinct works cuts the text after a desired number of characters and adds an ellipsis at the end to signal the presence of more hidden text.The truncation length, along with the ellipsis marker are all customizable.A demo and usage instructions are...