src/Aviatur/TwigBundle/Resources/views/aviatur/Flux/Search/Corporate/corporateSearch_js.html.twig line 1

Open in your IDE?
  1. <script type="text/javascript">
  2.     jQuery(document).ready(function () {
  3.         jQuery(".js-openVideoIframe").on('click', function () {
  4.             var IframeSrc = jQuery("#js-videoIframe").data("src");
  5.             jQuery("#js-videoIframe").attr("src", IframeSrc);
  6.         });
  7.     });
  8. </script>