$(".agree-condition").text("I agree to receive information "); if ($('#CourseId').length == 1) { $('#CourseId option[value="89260"]').prop("disabled", true).hide(); $(document).ajaxStop(function () { $('#CourseId option[value="89260"]').prop("disabled", true).hide(); }); } $(document).ready(function(){ $("#CaptchaRefreshBtn").click(); })