How can I check using jQuery or javascript a hidden field value that just came in html with ajax call? There must be something easy but cannot find anything.
Leave a Reply
You must be logged in to post a comment.
How can I check using jQuery or javascript a hidden field value that just came in html with ajax call? There must be something easy but cannot find anything.
You must be logged in to post a comment.
If your ajax response is an HTML you can do this:
for example if your ajax response is:
Your code could be like this: