so I use qtip to implement a super simple tool.
I do not include qtip on every page, only the pages that you need, so I am trying to verify the existence of qtip before calling it.
if( $.isFunction( $.qtip ) ){ $(".tt").qtip(); }
I have no idea this is not working. it always returns false. Any ideas? thanks.
source share