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.
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.