Loading...
Hello,
I have the following problem when I try to use the effect sortable.
I have the following code in my page.
- <div id="first">
<div id="name">
<label>Name: </label>
<input type="text" id="txName" />
</div>
<div id="surname">
<label>SurName: </label>
<input type="text" id="txSurName" />
</div>
</div>
<div id="second">
</div>
When I try to drag for example the element "name" to the div "second" me away the element name, and once I get loose.
As I can do to not go away??
Thanks