jQuery FancyBox YouTube videos not working
问题 I have a situation whereby I cannot modify the HTML code for the anchor tag, with the exception of the 'href' attribute. So adding a class to the anchor tag is not an option. The HTML markup is as follows: <a href="http://www.youtube.com/watch?v=#########&autoplay=1"></a> To distinguish between this and other links, I have added a selector based on the 'href' to the jQuery code. The code is as follows: (function ($) { $('a[href*="youtube"]').fancybox({ 'padding' : 0, 'type' : 'swf', 'href' :