/ Published in: JavaScript
URL: http://bmky.net/text/note/javascript-css.html
Expand |
Embed | Plain Text
function disableSheet( sheetindex ) { document.styleSheets[ sheetindex ].disabled = true }
You need to login to post a comment.
