Loading...
 
Features / Usability

Features / Usability


JQ data-channel text area

posts: 41 US

I am trying to send form data to trackers using this JQ:

$("inputname='ins_11'").bind('change', function() {
valeur=$(this).val();
$("inputname='applicationName'").val(valeur);
});

This code works for me but does not handle text areas. The code above works great for text boxes. I have also tried using .text() as well, with no luck.

All insight helps,
Thanks

There are no comments at this time.