Ajax , how to change multiple Div content?

sarvin

New member
hello
I couldn't find any solution I want to change three different div tag content in one onclick operation.

for example div1 = A+ B
div2 = A+B+c
and Div3= A+B+C/2

but all of them should change in the same time by clicking check button.
Thanks but It is not my first ajax code

I always change one div tag in onclick or onchange operation but now I want to change three different tag with 3 different values .
 
Back
Top