Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function(){
  3. jQuery('.et_pb_video_overlay').click(function(){
  4. jQuery(this).parent().find('video')[0].play();
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement