I have implements jquery fancybox 2.1.3 on here : http://n2lose.kodingen.com/homepage/test.html
source
<a href="http://vimeo.com/35400388" class="Video pull-left">
<img src="background/Video.png" alt="video platform" />
</a>
script:
$('.Video').fancybox({
openEffect : 'none',
closeEffect : 'none',
helpers : {
media : {}
}
});
I follow the examples on here: http://fancyapps.com/fancybox/#examples to do that. I don't know why it doesn't work and see the console firebug the error:
Uncaught Error: Syntax error, unrecognized expression
Anybody can help me plz?