$("iframe").each(function() {
var ret = [];$("iframe").each(function() { var $this = $(this); if ($this.attr('src').match(/vimeo.com/ig)) ret.push($this);});
$('iframe[src*="vimeo.com"]');
So far I have...
Thanks
Thanks