/ Published in: JavaScript
URL: http://bmky.net/text/note/javascript-css.html
Expand |
Embed | Plain Text
function deleteRule( index, sheetindex ) { if( sheetindex == undefined ) sheetindex = 0; document.styleSheets[ sheetindex ].deleteRule( index ); }
You need to login to post a comment.
