[jQuery] Re: Plugin to let the user draw rectangles

2009-08-27 Thread juanefren
t; > This is based on the jQuery UI > > Selectable<http://jqueryui.com/demos/selectable/> interaction > > plugin, which draws a rectangle lasso as you drag to select elements. > > > - Richard > > > On Fri, Aug 21, 2009 at 3:00 PM, juanefren wrote: > > >>

[jQuery] Re: Cursor moves to start position in Opera Autocomplete Plugin

2009-08-24 Thread juanefren
Thank you already tested :) On Aug 22, 4:07 am, Jörn Zaefferer wrote: > Just released version 1.1, which fixes this > issue:http://plugins.jquery.com/node/9879 > > Jörn > > On Thu, Aug 20, 2009 at 9:29 PM,juanefren wrote: > > > With the autocomplete plugin and using

[jQuery] Re: Plugin to let the user draw rectangles

2009-08-23 Thread juanefren
gt; > > This is based on the jQuery UI > > Selectable<http://jqueryui.com/demos/selectable/> interaction > > plugin, which draws a rectangle lasso as you drag to select elements. > > > - Richard > > > On Fri, Aug 21, 2009 at 3:00 PM, juanefren wrote: >

[jQuery] Plugin to let the user draw rectangles

2009-08-21 Thread juanefren
Is there any plugin to let the user draw rectangles (probabbly with mouse clicks or key-arrows) and store the coordinates in a hidden variable ?

[jQuery] Cursor moves to start position in Opera Autocomplete Plugin

2009-08-20 Thread juanefren
With the autocomplete plugin and using Opera; When the input value, is not found in the suggestions the cursor moves to the beginning of the text, does any body knows how to solve it ? Thanks in advance