Hi, I am using php while loop to show comments on a page. and i have some css class for comment div. So every comment has the same css class Now the issue is, I am using a mouseover effect to show the dropdown options arrow to report or favorite a comment. but the mouseover effect is being shown only on the 1st comment even i am hovering the mouse on 2nd, 3rd or any other comment. arrow appears only on 1st comment I need a jquery help. i can post the pictures and html code as well if you ask me to do so
You need to post the code, preferably a working demo at jsfiddle or something similar. What I'm guessing is that you're using the classname or some sort of trigger to show / append the content, instead of using $(this) to be sure to enable it in the item you're hovering over, but without seeing the code, it's impossible to tell.