.tooltip() is not a function
问题 I am trying to use the .tooltip() that I found from the following: Jquery-ui tooltip. What I have is a rails app that has some information in a table. In separate cells. Currently you can view the full information of a cell by clicking it which opens up jquery dialog which works fine. What I am trying to add to it is so that there will be two options. 1) Click the cell which brings up jquery dialog - which works already 2) Or hover a cell which shows an overview. Image From the image