Hi, do you know if it is possible to use selectors for a video tag?
For example:
$(this).find('div.misc').find('ul').addClass('thumb-fila').find
('li').find('video').each(function(){
});

to capture the video tags on a li?

Thanks

Reply via email to