This content has been marked as final.
Show 3 replies
-
1. Re: value of a string
elainefinnell Nov 29, 2012 11:43 AM (in response to resdesign)Hey, resdesign-
You're getting the jQuery handle and not the value. Use sym.$("label").html();
-Elaine
-
2. Re: value of a string
resdesign Nov 29, 2012 11:50 AM (in response to elainefinnell)Elaine,
I actually need the length of the string - not the value - oops!
-
3. Re: value of a string
resdesign Nov 29, 2012 12:03 PM (in response to elainefinnell)Got it:
label.html().length;
Thank you so much, Elaine!


