-
Dynamic Ajax Content with jquery plugins
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm
3) Describe problem:
i've built a page using this script and i'm trying to develop it using the below:
(The "previous" version of the page looks like this :
http://www.lucasnascimento.com/home.html)
Now,
i'm trying to implement a drop down menu and a carousel gallery with lightbox
I am having issues getting my page working as a whole.
It has these parts
a Superfish dropdown menu (http://lucasnascimento.com/carousel_menu.html)
CarouFredSel image gallery with Fancybox function. (http://www.lucasnascimento.com/carousel_old.html)
The pages are loaded using this script :
function ajaxpage(url, containerid) {
var $container= $('#' + containerid);
$container.hide().load(url, function() {
$container.fadeIn();
});
}
But it seems to be encountering some issues especially in Safari (the carousel doesn't work) and in general only works locally.
Any ideas on what might be going wrong by viewing these two pages I posted?
You can also see this page :
http://www.lucasnascimento.com/hybrid.html The carousel works in Firefox, but not in Safari.
Thank you.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks