🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Elimore is a small and configurable text truncation plugin that trims the text to a specified number of characters and creates View More & View Less links to toggle the visibility of the overflowing characters.

read-more read-less Text-Truncating

Documentation

Jquery Elimore

Make Easy For Ellipsis Text

Elimore is jQuery that help you to make ellipsis text for multiple line of text with view or more button. You can trim how long the character will show.


Usage

Required jQuery before calling elimore.

  1. Include jquery.elimore.js in your project files
  2. Call the elimore

Default options

$(element).elimore(); 

Show Text Only Without Hidden Button.

$(element).elimore({showOnly:true}) 

Options

maxLength:130, // int (default value is 130) moreText : "More View", // string lessText : "Less View", // string showOnly : false // boolean 

You May Also Like