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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Methods » removeRule 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.