I am trying to add a tooltip that shows an image. This needs to be done via JS injection. I can use jQuery. For testing - I am using the same image for both the view, and when a user hovers over the image it should show the same image in the tooltip. Here is my current code that is not working:
<img src="https://images.quickbase.com/si/16/751-binary_view.png" onload="$(this).tooltip({content: "<img src='https://images.quickbase.com/si/16/751-binary_view.png'/>"});">