I have a list of dynamically generated div tags with class attribute but no id.
How to choose the one that hangs with the mouse cursor? In CSS, it will be like this: div.classname: hover
Oh, and I would not want to use any additional jQuery plugins.
source
share