How to display the dynamically created elements for some time?
- by Holicreature
i have some rows of data displayed in a table and on mouse over of each row i've list two buttons inside a div element and then display it for some time. And i've associated some functions to be called on clicking the buttons that are dynamically created and displayed elements..
So what i did was i wrote a function which will create elements…