Claes
01-11-2010, 01:03 PM
1) Script Title: Animated Collapsible DIV v2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
3) Describe problem:
Hi and thanx for a good script!
The script works fine for me until we decided to use periods (.) in the ID attribute of the DIV to be expanded/collapsed. 'OK, but then don't use periods...' you might say, but unfortunately I have to... Periods are BTW valid in ID attr. according to W3C Spec.
Works:
<div id="divToBeExpanded">Some content to be expanded/collapsed</div>
Does not work:
<div id="div.to.be.expanded">Some content to be expanded/collapsed</div>
Unfortunately, we NEED to have periods in the ID attribute. Any help much appreciated.
/Claes
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
3) Describe problem:
Hi and thanx for a good script!
The script works fine for me until we decided to use periods (.) in the ID attribute of the DIV to be expanded/collapsed. 'OK, but then don't use periods...' you might say, but unfortunately I have to... Periods are BTW valid in ID attr. according to W3C Spec.
Works:
<div id="divToBeExpanded">Some content to be expanded/collapsed</div>
Does not work:
<div id="div.to.be.expanded">Some content to be expanded/collapsed</div>
Unfortunately, we NEED to have periods in the ID attribute. Any help much appreciated.
/Claes