2014-11-30, 06:09:29
With a lot of help from Kapelius I get both - datepicker and fancybox running.
In very short:
like this:
head.inc.php:
In very short:
- install fancybox from http://fancyapps.com/fancybox/
- in template 'head.inc.php put new links and scripts.
- if you installed the fancybox plugin deactivate and delete it
- put the right classes or id's on your images in the html code
like this:
head.inc.php:
Code:
.
.
<script>
$(document).ready(function() {
$("#datepicker").datepicker();
$("a#fb").fancybox();
$('.fancybox').fancybox();
});
</script>