+ 1

How to handle dynamic value using jQuery?

How to handle dynamic value using jQuery?

26th Sep 2017, 6:04 AM
Md. Abdullah Al Bake
Md. Abdullah Al Bake - avatar
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.
29th Sep 2017, 6:07 AM
Ammar
Ammar - avatar