$('#operatordelivery').attr('checked', true);
Hi, I am currently working on migrating jQuery version to jQuery-2.1.1 where I could see the warning in the console JQMIGRATE: jQuery.fn.attr('selected') may use property instead of attribute
. I didn't get a clear idea of what this warning explains. Can somebody tell me what does this error means?