Displaying 1 result from an estimated 1 matches for "linkfornewmaillist".
2006 May 26
0
I can not get any scriptaculous effects to finish with items visible
...lt;/div>
and here I was hoping 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 (){
blockEle...