1) Script Title: Switch content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tchcontent.htm
3) Describe problem: Hey, how would I make the [Open] and [Close] appear AFTER the expandable header?
1) Script Title: Switch content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tchcontent.htm
3) Describe problem: Hey, how would I make the [Open] and [Close] appear AFTER the expandable header?
Try finding the below line inside the .js file:
and changing it to:Code:this.headers[i].innerHTML='<span class="status"></span>'+this.headers[i].innerHTML //Add a span element to original HTML to store indicator
Code:this.headers[i].innerHTML=this.headers[i].innerHTML+'<span class="status"></span>' //Add a span element to original HTML to store indicator
DD Admin
Bookmarks