dhanykoe
09-21-2012, 07:36 AM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I am trying to incorporate:
1. Ajax loading html content into div container
2. featured slideshow load on ajax
the content of html is load well but the jquery of featured slideshow doesn't work. You can see here :
working featured slideshow (http://liveaboards-indonesia.com/test/tour.html)
Not working featured slideshow load by ajax (http://liveaboards-indonesia.com/test/index.html)
as you can see in working featured slideshow, when you are mouseover the fragment is working, but when load by ajax the script doesn't work
here is the ajax script i used
<a href="#" onmouseover="javascript:ajaxpage('ajaxfiles/hotel.html', 'rightcolumn'); loadobjs('css/style.css', 'css/slide.css', 'js/jquery1.3.2-min.js', 'js/jquery-ui1.5.3-min.js', 'js/featured.js')">See Hotel</a>
and this jquery script for featured slideshow (featured.js)
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs({event:"mouseover"}).tabs("rotate", 29000, true);
});
Big Thanks in advance
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I am trying to incorporate:
1. Ajax loading html content into div container
2. featured slideshow load on ajax
the content of html is load well but the jquery of featured slideshow doesn't work. You can see here :
working featured slideshow (http://liveaboards-indonesia.com/test/tour.html)
Not working featured slideshow load by ajax (http://liveaboards-indonesia.com/test/index.html)
as you can see in working featured slideshow, when you are mouseover the fragment is working, but when load by ajax the script doesn't work
here is the ajax script i used
<a href="#" onmouseover="javascript:ajaxpage('ajaxfiles/hotel.html', 'rightcolumn'); loadobjs('css/style.css', 'css/slide.css', 'js/jquery1.3.2-min.js', 'js/jquery-ui1.5.3-min.js', 'js/featured.js')">See Hotel</a>
and this jquery script for featured slideshow (featured.js)
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs({event:"mouseover"}).tabs("rotate", 29000, true);
});
Big Thanks in advance