Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

yields/indexof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexof

indexof the given element.

Installation

$ component install yields/indexof

Example

var ul = document.createElement('ul');
var li = document.createElement('li');
ul.appendChild(document.createElement('li'));
ul.appendChild(li);
indexof(li); // 1

License

MIT