You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this as well and the two people who have maintained it have not been around to merge pull requests in. So I decided to make the change and release it under clamp-js-main on npm with credits to the two original contributors of course.
ChVince
added a commit
to ChVince/Clamp.js
that referenced
this issue
Mar 16, 2018
My code:
var module = $('.eventon_desc_in > p:first-child');
for (var i = module.length - 1; i >= 0; i--) {
$clamp(module[i], {clamp: 2});
}
Works like a charm in Chrome, nothing happens in Firefox however.
The text was updated successfully, but these errors were encountered: