Hi together,
I have created a simple HTML page and included a Jquery-Plugin (tikslus360) into this and it works.
Then I wanted to import the HTML page into Edge Animate. Importing the HTML page was okay, but the plugin doesn´t work anymore with Edge Animate...
Is it not possible to have some undependent JQuery plugins in a regular HTML page or should I change something?
Here is a part of my HTML code. I included the JQuery-plugin into the HTML-Page that works very well without Edge Animate.
<script>
$(document).ready(function(){
$(".navi_bild").click(function(){
$("#stage").tikslus360({imageDir:'img/treppe_01/',imageCount:24,imageExt:'jpg',canvasID:' pano',canvasWidth:800,canvasHeight:400, fadeInInterval:10});
});
});
</script>
I hope, someone can help me...
Thank you very much!