Tagged Questions
0
votes
4answers
185 views
jQuery $(this) inside function
I want to pass $(this) to function but I am not sure. There is one similar thread, but I still can not make it working. I hope somebody can help me.
$(document).ready(function() {
var delay = ...
1
vote
3answers
161 views
Jquery - can't target the right element with $(this) [duplicate]
Possible Duplicate:
$(this) doesn't work in a function
Im having a problem targeting the right element in my code. I have a list of thumbnails on my page, and when you click on a "I ...