Microsoft
Software
Hardware
Network
Question : Controlling a dynamically created div
So I found this script:
http://www.dynamicdrive.co
m/dynamici
ndex17/
ani
matedcolla
pse.htm
It is pretty nice and it helps me with a static page where all the code is "pre-written".
Problem comes when I try to use the createElement function to create a div and a link that uses the animated collapse code to expand and collapse the recently created div.
Firebug shows all the right code, but the div simply doesn't respond.
PS. When I create the div element I also specify the "animatedcollapse.addDiv('
xxx', 'fade=0,speed=400,group=yy
yy)" javascript
Answer : Controlling a dynamically created div
The problem is that the script initializes some required variables in its init method. Try calling animatedcollapse.init(); again after you added and addDiv'ed the elements. Works here.
Random Solutions
creating user defined services on windows 7
Airport Code with reverse geo coding with google maps api
454 5.7.3 Client does not have permission to submit mail to this server
Outlook 2003 - remove mail on server after copied to OST
importing a date field from oracle into MSSQL
Configuring Exchange 2010 to receive emails for other domains
SQL in C# code .. Reading Output Parameters.
Run the first php script in background - When done - run the next script ...
What does src="#" mean when used in a bgsound attribute and is it needed?