I have DOM like this:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
label <input id="field_input">
</div>
</body>
</html>
When I put value to this field, for example: hello
then I want to highlight this label - hello element and drag and grop this element label <input id="field_input"> with inserted value hello to somewhere.
Somewhere this is the second question
Please help me out.
Please no
HTML5solutions.
