jquery mobile mangles input value
jquery mobile mangles input value
I'm trying to send a html escaped value into a form (for sigPad) that looks like this:
<
input
type
=
"hidden"
name
=
"signature"
class
=
"signature"
value
=
"[{"lx":424,"ly":95,"mx":424,"my":94},{"lx":423,"ly":93,"mx":424,"my":95},{"lx":422,"ly":89,"mx":423,"my":93},{"lx":409,"ly":81,"mx":422,"my":89},{"lx":390,"ly":70,"mx":409,"my":81},{"lx":362,"ly":68,"mx":390,"my":70},{"lx":320,"ly":59,"mx":362,"my":68},{"lx":280,"ly":53,"mx":320,"my":59}]"
>
When I leave out jquery-mobile, the page renders fine and the value is usable; I can do
$(".signature").val()
and it returns the correct string. But when I include the jquery-mobile source
back into the page, the value is empty.
Any ideas?
Topic Participants
mortonda