JS won't work
Permalink
Hello,
I've an problem with C5. My javascript doesn't work.
This is the URL of the page:http://tinyurl.com/6s6m9tg
It would be nice someone could help me.
Thanks a lot!
I've an problem with C5. My javascript doesn't work.
This is the URL of the page:http://tinyurl.com/6s6m9tg
It would be nice someone could help me.
Thanks a lot!
It looks like you are loading your jquery easing plugin before you load the actual jquery library.
Thanks but that wasn't the problem!
I loaded after
<?php Loader::element('header_required'); ?>
I loaded after
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="author" content="Tillmann Tolle" /> <meta name="keywords" content="Fairvent, Messe, Event, Veranstaltungen, Konzeption, Planung, Design, Beleuchtung, Pyrotechnik" /> <link rel="shortcut icon" href="img/fairicon.ico" type="image/x-icon" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=IE7" /> <title>FAIRVENT</title> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Terminal+Dosis:500,200,300,400,600,700,800); </style> <style type="text/css" media="screen">@import "<?php echo $this->getStyleSheet('style/design.css')?>";</style> <style type="text/css" media="screen">@import "<?php echo $this->getStyleSheet('style/menu.css')?>";</style> <script type="text/javascript" src="http://fairvent.com/new/themes/fairvent_12_2011/js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="http://fairvent.com/new/themes/fairvent_12_2011/js/jquery.easing.1.3.js"></script>
Looks like it is working now.