mallikkolli987

Results 1 comments of mallikkolli987

$.ajax({ async: true, type: "POST", url: 'CandidateList', data: { __RequestVerificationToken: $("input[name=__RequestVerificationToken]").val(), candidateNames: test }, success: function (result) { $("body").html(result); $("#Progress").multiselect({ includeSelectAllOption: true, buttonWidth: '200px' }); //Not Working $('#Progress').multiselect('rebuild');//Not Working $('#Progress').multiselect('refresh');//Not...