Re: [jQuery] plugin: fieldSelection

2007-02-08 Thread [-Stash-]
Does anyone know if this is still being worked on? I'd be very interested to use this with a few more features in it. Luke Alex Brem wrote: Hey jQuery lovers, I coded a small plugin to retrieve the caret position and the current selection index of input fields and textareas. Special

Re: [jQuery] plugin: fieldSelection

2006-12-19 Thread Brice Burgess
Alex Brem wrote: So.. am I moving it into the right direction? :) Certainly! You're laying the framework for a lot of things here -- I can see live spelling checks with suggested words on right click, WYSIWYG|M developer friendly API, pruning/filtering of textarea data so on. Keep it up

Re: [jQuery] plugin: fieldSelection

2006-12-18 Thread Alex Brem
Hi John, many, many thanks for your ideas! So maybe you are interested in the latest version where I implemented the cursor to new text suggestion. Just pass true to replaceSelection() as a second parameter. Or maybe it should be the default? The latest testing version is is 0.2.1, but please

Re: [jQuery] plugin: fieldSelection

2006-12-16 Thread Yehuda Katz
The first thing I notice is the beginning of your plugin: var e = (typeof this.id == 'function') ? this.get(0) : this; could be replaced with var e = this.jquery ? this[0] : this On 12/16/06, Alex Brem [EMAIL PROTECTED] wrote: Hey jQuery lovers, I coded a small plugin to retrieve the

Re: [jQuery] plugin: fieldSelection

2006-12-16 Thread David
I think it can be useful as a part of the to be jqueryised WYMeditor (http://www.wymeditor.org). Maybe it's not so bad to modularize a WYSIWYG editor. Certain fields could use specific parts of an editor. I'm thinking in the line of a user added title that can have different css styles or a