toniomorais
07-19-2007, 09:35 AM
1) Script Title:
ColorJack DHTML color picker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jack/index.htm
3) Describe problem:
The color picker shows up automatically when the page loads. Is there a way to keep it closed until the person clicks on the link to open the picker?
mburt presented this solution:
Code:
<body onload="toggle('element')">
that works very fine, but....
My question:
I have also in the same htm page the sdmenu script from DD. This makes colorjack script load even when I put this code:
<body onload="toggle('element')">
Is there another way to colorjack don't show up automatically when the page loads?
I know that two or more scripts in the same page could mess all but I also think there is a solution but I canīt find it. Please help...
Thank you,
ColorJack DHTML color picker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jack/index.htm
3) Describe problem:
The color picker shows up automatically when the page loads. Is there a way to keep it closed until the person clicks on the link to open the picker?
mburt presented this solution:
Code:
<body onload="toggle('element')">
that works very fine, but....
My question:
I have also in the same htm page the sdmenu script from DD. This makes colorjack script load even when I put this code:
<body onload="toggle('element')">
Is there another way to colorjack don't show up automatically when the page loads?
I know that two or more scripts in the same page could mess all but I also think there is a solution but I canīt find it. Please help...
Thank you,