I have a list of dynamically generated div-tags with a class-attribute but no id.
How do I select the one which is hovered with mouse cursor? In CSS it would be like this: div.classname:hover
Oh, and I wouldn't like to use any extra Jquery-plugins.