Hi,
I use this
var text = $("[id*='Text']"); |
for call all of elements says Text1_01, Text1_02, Text2_01,....
And this works perfectly but when the elements are in a symbol this don't work.
Why?
How i can do this variable?
Thanks
Hi,
I use this
var text = $("[id*='Text']"); |
for call all of elements says Text1_01, Text1_02, Text2_01,....
And this works perfectly but when the elements are in a symbol this don't work.
Why?
How i can do this variable?
Thanks