I’m looking for some script where i can do this:
I have a page where i can upload some images with TV’s.
The page has to preview a (big) image, and i want a next or previous button to show the other images.
Or show it with a slideshow but must have a pauze/play button.
Maxigallery i can’t use, i have a banner on the top of the page.
Can anyone point me to some direction plz? maybe u have it on a site you made or know a post?
Best CMS eva!
Is there any instructions on how to make easy slider 1.7 work with Modx? I cannot seem to make it work.
Do you want to use it with the demo template --> Mootools!
See
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
QuickManager use
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(document).ready(function($){
$("a.colorbox").colorbox({width:"800", height:"500", iframe:true});
});
function cb_remove(){
$j.fn.colorbox.close();
}
</script>