'removeRule()' Syntax, Parameters and Note : removeRule « Javascript Methods « JavaScript Reference

'removeRule()' Syntax, Parameters and Note

Note:

Removes a rule from the specified style sheet.
    
Syntax:
    
document.styleSheets[index].removeRule(param1)

Parameters:
    param1   Optional; the index of the rule within the rules collection.

    

      
      








Related examples in the same category

1.'removeRule()' Example
2.'removeRule()' is applied to