search for: hide_rules

Displaying 1 result from an estimated 1 matches for "hide_rules".

Did you mean: hide_files
2005 Nov 29
0
Behaviour and scriptaculous
...ript: /* make the "hide" text visible if javascript is enabled */ /* this makes the "hide" text not do anything -- comment out and works */ window.onload = function() { new Effect.Appear(document.getElementById(''tablehide'')); } var hide_rules = { ''#tablehide'' : function(e) { e.onclick = function() { new Effect.BlindUp(document.getElementById(''hiddentable'')); new Effect.Appear(document.getElementById(''tableshow'')); }...