JSFiddle - React, Tailwind, and code Playground
HTML
<DIV id=firstVideoWrap>
<OBJECT style="FLOAT: left" id=firstVideo width=300 height=300><PARAM NAME="allowfullscreen" VALUE="true"></PARAM><PARAM NAME="movie" VALUE="http://vimeo.com/moogaloop.swf"></PARAM></OBJECT></DIV>
<DIV id=secondVideoWrap>
<OBJECT style="FLOAT: left" id=secondVideo width=300 height=300><PARAM NAME="allowscriptaccess" VALUE="always"></PARAM><PARAM NAME="movie" VALUE="http://vimeo.com/moogaloop.swf"></PARAM><PARAM NAME="wmode" VALUE="opaque"></PARAM></OBJECT></DIV>
JavaScript
console.log(jQuery("#firstVideo param").length);
console.log(jQuery("#firstVideoWrap param").length);
console.log(jQuery("#secondVideo param").length);
console.log(jQuery("#secondVideoWrap param").length);