General / jQuery / PHP / Programmings

Dynamic tooltip using JQuery Ajax and JQuery Tools

Originally posted on mjtoolbox:
At work, the application has been suffering from the performance hit. After the investigation, we found the cause. It was the logic that loads additional object summary information from the DB and set title attributes of dynamic table cell via Ajax call. I want to load the tooltip information on demand…