Skip to content

Commit

Permalink
Fix and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Jun 30, 2015
1 parent 73f3863 commit 126d605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This menu may offer a search feature, dictionary lookup, post to Facebook or sim

## History

The motivation for creating this module was having a sleek contextual selection mechanism in the Chrome extension for [iDoRecall](http://idorecall.com).
The motivation for creating this module was having a sleek contextual selection mechanism in the Chrome extension for [iDoRecall](https://idorecall.com).

This module is largely my fork of [Mathias Schäfer](https://github.com.molily)'s work from 2011, brought up to date with modern browsers (Chrome, Firefox, Safari, Opera, IE9+) and the AMD module pattern. [Xavier Damman](https://github.com/xdamman/)'s [selection-sharer](https://github.com/xdamman/selection-sharer) was another influence (detecting the forward vs. backward selection direction).
This module is largely my fork of [Mathias Schäfer's work from 2011](https://github.com/molily/selectionmenu), brought up to date with modern browsers (Chrome, Firefox, Safari, Opera, IE9+) and the AMD module pattern. [Xavier Damman](https://github.com/xdamman/)'s [selection-sharer](https://github.com/xdamman/selection-sharer) was another influence (detecting the forward vs. backward selection direction).

The idea and the implementation originally resemble the selection context menu on nytimes.com, but the script is way simpler and easier to integrate.

The script uses the [W3C DOM Range](http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html), which is available in modern browsers: IE9+, Chrome, Firefox, Safari, Opera.
The script uses the [W3C DOM Range](http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html), which is [available in modern browsers](https://developer.mozilla.org/en-US/docs/Web/API/Range): IE9+, Chrome, Firefox, Safari, Opera.


## Features and differences from the original
Expand Down

0 comments on commit 126d605

Please sign in to comment.