+ 1
How to handle dynamic value using jQuery?
How to handle dynamic value using jQuery?
1 ответ
0
if u r sending value from php, than u have to encode it in JSON format. And then decode that value in jquery using $.parseJSON() method. Still there's a lot more way to do that.