Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Heusschen committed Feb 1, 2019
2 parents 06cc9d5 + 1395abf commit 4fb6759
Show file tree
Hide file tree
Showing 11 changed files with 1,160 additions and 4,376 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
jQuery.dotdotdot
dotdotdot
================

Dotdotdot is a jQuery plugin for truncating multiple line content on a webpage.
Dotdotdot is a javascript plugin for truncating multiple line content on a webpage.
It uses an ellipsis to indicate that there is more text than currently visible.
Optionally, the plugin can keep a "read more" anchor visible at the end of the content, after the ellipsis.

When using the jQuery.dotdotdot plugin, you don't need to worry about your HTML markup, the plugin knows its way around most elements.
[Demo](http://dotdotdot.frebsite.nl)

When using dotdotdot to truncate HTML, you don't need to worry about your HTML markup, the plugin knows its way around most elements.
It's responsive, so when resizing the browser, the ellipsis will update on the fly.

Need help? Have a look at [the documentation](http://dotdotdot.frebsite.nl).

<img src="http://dotdotdot.frebsite.nl/preview.png" width="100%" border="0" />

### Licence
The jQuery.dotdotdot plugin is licensed under the [CC-BY-NC-4.0 license](http://creativecommons.org/licenses/by-nc/4.0/).<br />
The dotdotdot javascript plugin is licensed under the [CC-BY-NC-4.0 license](http://creativecommons.org/licenses/by-nc/4.0/).<br />
You can [purchase a license](http://dotdotdot.frebsite.nl#download) if you want to use it in a commercial project.

### Dependencies
+ jQuery 1.7 or higher
### Browser support
The dotdotdot javascript plugin uses ES6, meaning IE11 and earlier are not supported.
If you need support for IE11, use the legacy (jQuery) version: [version 3.2.3](https:/FrDH/dotdotdot-JS/releases/tag/v3.2.3).

### Development
This project uses [Gulp](http://gulpjs.com/) to minify the JS file.
Expand Down
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name" : "jQuery.dotdotdot",
"version" : "3.2.3",
"version" : "4.0.0",
"authors" : "Fred Heusschen <[email protected]>",
"license" : "CC-BY-NC-4.0",
"description" : "Dotdotdot is an advanced jQuery plugin for truncating multiple line content with an ellipsis.",
"description" : "Dotdotdot is a javascript plugin for truncating multiple line content with an ellipsis.",
"keywords" : [
"truncate",
"truncating",
Expand Down
Loading

0 comments on commit 4fb6759

Please sign in to comment.