Skip to content

dchentech/jquery-textconstrain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-constrain plugin for jQuery

A jQuery plugin to allow text elements on a page to be constrained by size (currently by words or by characters).

Demo

View the demo page.


Usage:

   $('.cmTextElement').cmtextconstrain({
           event: 'click', // for future extensibility to allow other events
           onExpose: function(){}, // a function to be run once the element is exposed
           onConstrain: function(){}, // a function to be run once the element is constrained
           restrict: {type: 'words', limit: 6}, // type can be 'words' or 'chars' or unicode
           showControl: {string: '[ + ]', title: 'Show More', addclass: 'cmShowHide'}, // element shown to expose
           hideControl: {string: '[ - ]', title: 'Show Less', addclass: 'cmShowHide'}, // element shown to constrain
           trailingString: '...' // string to show at end of truncated text
           });

Methods:

   $('.cmTextElement').cmtextconstrain('destroy'); // destroy the instance of cmtextconstrain

License

jquery-locksize is licensed under the MIT License. The project is founded by CMGdigital.

About

A jQuery plugin to allow text elements on a page to be constrained by size.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%