1) Script Title: Accordion Content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...daccordion.htm
3) Describe problem: How to use ddaccordion with others scripts that use "$(document).ready(function(){" .
In my last .js I have the "ddaccordion.init({ ..." , plus some lines as :
$(document).ready(function(){
function1();
function2();
});
But it does not work, as, I suppose, there is another $(document).ready(function(){ inside the ddaccordion.js .
How to make it works ?
Thanks in advance.
Christophe



Reply With Quote

Bookmarks