tags:

views:

202

answers:

0

How to fire mose hover event.

Things is I have table which has few rows which i render dynamically. for few cells(columns ) I have tooltips created dynamically. now for each refresh call i destroy all rows,tooltips and other even handlers and create it from scratch. Now the case is My old mouse hover tooltip is destroyed and new one is created with latest response but how can I trigger it and display it. ?? As mouse hover event was fired already.

So any random case i just want to call mouse hover and provide it the latest position of my mouse.