Duplicate value parameter
Hi. I'am using JQuery Mobile and have one problem now. I'am use this code:
- <div class="button"
- <input type="submit" value="sign in" />
- </div>
But browser generate this code:
- <div class="button">
- sign in
- <input type="submit" value="sign in" />
- </div>
Where does the extra inline text sign in?