Inputs are not draggable by default, to allow for default interaction (text
input inluding mouse selection of text). This is by the default value of the
cancel option - ':input', meaning a drag is canceled if the drag starts on
any element matching that selector. To make your input draggable, override
the cancel option:

$("#myinput").draggable({ cancel: null });

See http://docs.jquery.com/UI/Draggables/draggable#options for more info.

- Richard

On Tue, Oct 28, 2008 at 11:48 PM, bellinux <[EMAIL PROTECTED]> wrote:

>
> Help drag drop does not work for me in input text
>
> yes for item and drag drop in list move item in list and input text.
>
> view page
>
> http://www.sigem.cl/Test.htm
>
> it drag drop in input text without jquery.
>
> http://www.openagora.net/chw/index2.html
>
> Help drag drop with jquery with input text.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to