Hi guys,
My objective is to show/hide a button when mouse is hovered over a table row.
The table row has 100% width set in all elements in it(text boxes), so for some reason the on on mouse over doesn't trigger. I think it is because jquery identifies the mouse to be over the element even it is inside the row. Moving, I decided to use div to draw my table.
The thing is the new table has many rows all referring to the same id (the rows are going to be dynamic, which will be added/removed on a mouse click). Therefore, assigning unique id's is not possible as far 2 cents go.
The element i need to show, therefore, is going to be with the same id.
From a noobs point of view, how do I tell jquery to show the particular div to show (relevant to the one in that row), on the mouse is over that row.
I think I am having issues on how refer to the particular div inside a div which all of them are in an array.
I have found a page which is doing the exact thing.
I just made a video of it for ease of explanation.
http://www.youtube.com/watch?v=KLiRttk9qwkAny help is much appreciated.
Cheers
Dileep