2014-02-21

jQueryUI Tooltip, ignore certain elements

On one of my recent projects I needed to turn off the jQueryUI Tooltips for a certain element on the page.  This was simple enough to complete, just initialize the tooltips as shown below:



The only bit I added is the ".not('#insertFeedbackSnippets *[title]')". Nice and simple!