I have a bunch of textboxes that are created dynamically one per click. They all have the same name "discount[]", same id "discount" and have the same class "tinput".
Is there anyway that I can use to change the text in all of these textboxes with javascript or jquery?
I have another bunch of the dynamically created text boxes. The id and name are unique but the class remains the same. If it gets the job done, I can change the class name.
Anyhelp is greatly appreciated.
Regards,