i have a script like this:
<script>
var stuff = '<input id="testinput" name="testinput" type="text" value="this is the right one" /><input id="testinput2" name="testinput2" type="text" value="this is the wrong one" />'
</script>
How can I with jQuery get the value ("this is the wrong one") from the stuff variable?