'filters' Syntax Parameters and Note : filters : Javascript Collections : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP


JavaScript Reference  »  Javascript Collections   » [  filters  ]   
 



'filters' Syntax Parameters and Note

Note:

Returns an array of all filters that have been added to the element.
    
Syntax:
    
document.all.elementID.filters // returns all filters
document.all.elementID.filters(param1// returns an individual filter


    param1   Required; zero-based index or 
                       the name of the filter being used.

    

      
      
Related examples in the same category
1.  'filters' Example
2.  'filters' JavaScript properties and JavaScript methods
3.  'filters' is applied to
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.