I’m assuming that you’re wanting to check and make sure that lettering exists, try this:
http://api.jquery.com/jQuery.isFunction/
Here’s an example:
if ( $.isFunction($.fn.lettering) ) {
$(".cs-text-cut").lettering('words');
}
I’m assuming that you’re wanting to check and make sure that lettering exists, try this:
http://api.jquery.com/jQuery.isFunction/
Here’s an example:
if ( $.isFunction($.fn.lettering) ) {
$(".cs-text-cut").lettering('words');
}