This is a migrated thread and some comments may be shown as answers.

Mouse hover on ListView

1 Answer 197 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 18 Jan 2016, 08:20 PM

Hi, is it possible to get a mouse hover event and the list item under the mouse?
I tried doing a JQuery hover on the item elements of the ListView but it never fires. Has anyone tried to accomplish this?

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 19 Jan 2016, 09:17 AM
Hi Thomas,

The jQuery works properly on our side. Try the following:
$(".k-listview > div").on("mouseover", function (e) {
    console.log(e.toElement);
});


Regards,
Magdalena
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ListView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or