JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.no-margin-for-errors.com/wp-content/themes/NMFE/js/jquery.prettyPhoto.js"></script>
<div class="panel-pane pane-node">
<div class="pane-content">
<article typeof="sioc:Item foaf:Document" about="/node/29" class="node node-single-video node-teaser node-even published no-comments node-teaser clearfix" id="node-29">
<div class="content product-26">
<h2 class="header">Heading</h2><div class="field field-name-field-sub-header field-type-text field-label-hidden clearfix">
Lorem Ipsum Dolor Sit Amet
</div> <div class="field field-name-field-description field-type-text field-label-hidden clearfix">
Lorem Ipsum Dolor Sit Amet
</div> <div class="watch_this"><div class="field field-name-field-embed-code field-type-media field-label-hidden clearfix">
<span class="file"><img src="/modules/file/icons/video-x-generic.png" title="video/youtube" alt="" class="file-icon"> <a type="video/youtube; length=0" href="http://youtube.com/watch?v=OMn-9lbwl0w">Open Video Modal</a></span>
</div> </div><div class="teaser_image_with_overlay"><div class="field field-name-field-teaser-image field-type-image field-label-hidden clearfix">
</div> <div class="field field-name-field-embed-code field-type-media field-label-hidden clearfix">
<span class="file"><img src="/modules/file/icons/video-x-generic.png" title="video/youtube" alt="" class="file-icon"> <a type="video/youtube; length=0" href="http://youtube.com/watch?v=OMn-9lbwl0w">Open Video Modal</a></span>
</div> </div>
</div><!-- /.content -->
</article><!-- /.node -->
</div>
</div>
JavaScript
(function($) {
$(".watch-this a, .field-name-field-embed-code a").bind('click',function(){
alert('test');
return false;
});
})(jQuery);