I want to implement a popup as shown on Google maps, to rate restaurants (after search). The user hovers over the overall rating, and then a popup is shown on which user can rate. I am using jquery. The popup should disappear once focus is lost from the popup. So, basically I want to know how to display such a popup ?
Share
jquery tooltip is a good one
Its as simple as:
Even customize the html inside the tooltip (from their example page here):
Then: