florianeckerstorfer / seldom.js

An utility to allow users to visually select DOM elements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seldom.js

An utility to allow users to visually select DOM elements.

Developed by Florian Eckerstorfer in Vienna, Europe.

Development

If you want to make changes to this repository, you need to use NPM to download the dependencies and Gulp to build the files.

  1. Download dependencies: npm install
  2. Build for development (includes source maps): gulp build
  3. Build for distribution: gulp dist

Change Log

Version 1.2.0 (26 August 2017)

  • Find similar elements based on tag name and depth in DOM

Version 1.1.0 (26 August 2017)

  • Find similar elements based on class name

About

An utility to allow users to visually select DOM elements.


Languages

Language:JavaScript 51.2%Language:HTML 46.2%Language:CSS 2.5%