I added a demo page to the plugin. http://extra.gnpcb.org/demo/wrapSelection/test.html.
I've verified that it works on jquery 1 and higher. Also that it works with Internet Explorer 7 and Firefox 2. Any feedback on problems or things that can be made better would be appreciated. Jeremy On Jul 23, 12:41 pm, Finding_Zion <[EMAIL PROTECTED]> wrote: > My coworker and I have created a new plugin calledwrapSelectionthat > wraps highlighted text with valid XHTML span tags and returns as a > jQuery object for chaining additional commands to that element. > > This was originally designed to allow end users to select text > (highlight text with their mouse) and change the background style. > Unlike other solutions that apply to the whole element, this creates > XHTML compliant span tags around the selection area. > > http://plugins.jquery.com/project/wrapSelection > > Feedback would be appreciated to make this a better plugin.