Unanswered question

How to extract value after exceuting Jquery coming from response ?

My response contains Jquery like this ...

var selectedavtivityID = $('input[name="activityId"]:checked').val();

I want to fetch the value which this jquery calculates to use it further.

Answers