About jQuery feature etc. into Quick CMS

webactor

Avatar: webactor

2008-11-05 19:35

Hi there.

Does anybodey know, if it is possible to get the jQuery feature etc. into Quick CMS
Ex. i would like to have a feature on my site with ex. a function like this.
http://www.gimiti.com/kltan/demo/jFlow/

But i must NOT be in an iframe - it have to be inside the site code.

Or ex. a feature like this :
http://demos.mootools.net/Fx.Slide

Well i hope somebody have an idear -_-

C yaa | Cheers

_____________________________________
Kimo Webactor.dk

» Quick.Cms v2.x

webactor

Avatar: webactor

2008-11-05 21:44

okay here is the deal :)

There is 2 scripts that i can inset like this at the top of container.tpl. file:

<script type="text/javascript" src="core/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="core/jquery.flow.1.0.js"></script>

The problem is this - ( right above the ) </head> tag
i have to insert :

<script type="text/javascript">
$(function() {
$("div#controller").jFlow({
slides: "#slides",
width: "980px",
height: "313px"
});
});
</script>

This script defines the "#controller" and the "#slides"
which must be used to slide and control the sliding content.

But do anybody know how to define this script the right way,
so that the link on my control/navigation respond ?

Well - hope you can help me

C yaaa | Cheers

_________________________
Kimo Webactor.dk

webactor

Avatar: webactor

2008-11-09 20:23

Hey - i nearly found it. :)
It is not jquery but it works

http://webfx.eae.net/dhtml/tabpane/tabpane.html


C yaaa | Cheers

_________________________
Kimo Webactor.dk

Back to top
about us | contact