Hi,
I'd like get a string with the value from some Textbox (with a specific class) and the values should be separate by a comma.
Any idea ?
Thanks,
Update1 :
I have this
<input type="text" id="A" class="test" value="aa">
<input type="text" id="B" class="test" value="bb">
I'd like this : aa,bb