Announcements
In the below code value is resetting to empty but the value is not setting afterwards.
OnDialogAcceptOffer:function(){
$("#offerStatus option:selected").each(function(){
$(this).prop("selected",false);
$(this).removeAttr("selected");
});
$("#offerStatus option:eq(3)").attr('selected',"selected");
$("#offerStatus option:eq(3)").attr('selected',true);
$("#offerStatus_Value").val("2");
$("#offerStatus_SelectedIndex").val("3");
André Arnaud de Cal...
294,125
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator