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

'tags()' Syntax, Parameters and Note

Note:

Returns a list of tag name. 
Returns null if no match is found.
    
Syntax:
    
collectionName.tags(param1)

Parameters:
    param1   Required; the tag's name.

    

      
      








Related examples in the same category

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