Thank you for your answer!
It finally works! I've putted my jquery code into the assets/js/main.js file and placed the following lines into my header:
{* Scripts *}
{js('jquery')}
{js('main')}
{js('fancybox/jquery.easing-1.3.pack')}
…
Thanks for your answer!
It's an editable cms page.
I've tried the solution with the literal tags, but it doesn't work.
I want to implement the Fancybox jquery Plugin, which can be found here: http://fancybox.net/
Here is my jquery code (with the ht…