christopheL
06-13-2008, 01:03 PM
1) Script Title: Accordion Content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordion.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
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordion.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