Displaying 1 result from an estimated 1 matches for "clickableitemthatwilltriggerchang".
Did you mean:
clickableitemthatwilltriggerchange
2006 May 26
0
I can not get any scriptaculous effects to finish with items visible
...to use Simon Willison''s addLoad
function to hand the command a reference instead of
the id, since that seems to work better, but this did
not work:
addLoadEvent(function() {
if(document.getElementById &&
document.getElementById("linkForNewMailList")){
var clickableItemThatWillTriggerChange =
document.getElementById("linkForNewMailList");
var blockElementThatShouldBeEffected =
document.getElementById("newMailList");
clickableItemThatWillTriggerChange.onclick =
function (){
blockElementThatShouldBeEffected.style.display =
"none&q...