Skip to content

Instantly share code, notes, and snippets.

@cameronjonesweb
Created December 18, 2018 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cameronjonesweb/baba8773bdb4b75ce180e886faa44484 to your computer and use it in GitHub Desktop.
Save cameronjonesweb/baba8773bdb4b75ce180e886faa44484 to your computer and use it in GitHub Desktop.
Clamps all instances of a class
jQuery( document ).ready( function() {
jQuery( '.clampThis' ).each( function( index, element ) {
$clamp(
element,
{
clamp: 1,
useNativeClamp: false
}
);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment