Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript plugin for cross-browser range

Is there cross-browser javascript plugin (jquery/any js library) for handling ranges, especially Firefox's range object(https://developer.mozilla.org/en/DOM/range) and Internet Explorer's TextRange (http://www.webreference.com/js/column12/trmethods.html)?

Thanks Srikanth

like image 939
Srikanth Vittal Avatar asked Jun 29 '10 14:06

Srikanth Vittal


1 Answers

UPDATED 15 July 2012

I''ve written one called Rangy: http://code.google.com/p/rangy. A now-abandoned project with similar goals is IERange, which provides a DOM Range wrapper around IE's TextRange.

like image 107
Tim Down Avatar answered Sep 27 '22 18:09

Tim Down