Hello,
I am using jQuery and I want to select the last visible element with some class e.g. 'target'
how can I do that ?
Hello,
I am using jQuery and I want to select the last visible element with some class e.g. 'target'
how can I do that ?
Sorry but I didn't realize that it was this easy..
I found the answer after googling it
$('.target:visible:last');