File "profile-exams-date.min.js"
Path: /StudyIB/js/user/profile-exams-dateminjs
File size: 1.7 KB
MIME-type: text/plain
Charset: utf-8
function profileCalendarVisibility(){var e;"other"==$("#profile-exams-date").val()?($("#profile-calendar").show("fast",(function(){checkDatepicker($("#profile-exams-date-calendar"))})),$("#self-date").length&&$("#self-date").remove()):$("#profile-calendar").hide()}function sortOptions(){var e=$("#profile-exams-date"),a=e.val(),t=e.find("option");t.sort((function(e,a){return $(e).val()>$(a).val()?1:-1})),e.empty().append(t),e.val(a)}function checkDatepicker(e){"01/1970"==e.val()&&e.attr("placeholder","Select date").val("").focus().blur()}$(document).ready((function(){$("#profile-exams-date-calendar").datepicker({format:"mm/yyyy",weekStart:1,"startView ":1,minViewMode:1,maxViewMode:2,startDate:"today"}),profileCalendarVisibility(),$("#profile-exams-date").change((function(){profileCalendarVisibility(),$("#self-date").length&&$("#profile-exams-date").val()!=$("#self-date").val()&&$("#self-date").remove(),$("#profile-exams-date option[value='0']").length>0&&$("#profile-exams-date option[value='0']").remove()})),$("#profile-exams-date-calendar").on("changeDate",(function(){var e=$("#profile-exams-date-calendar").datepicker("getFormattedDate"),a=e.substring(0,2),t,l=e.substring(3,e.length)+"-"+a+"-25",i={month:"long",year:"numeric"},o,r=new Date(l).toLocaleDateString("en-US",i);$("#self-date").length?($("#self-date").val(l),$("#self-date").text(r)):0==$("#profile-exams-date option[value='"+l+"']").length&&$("#profile-exams-date").append('<option value="'+l+'" id="self-date">'+r+"</option>"),$("#profile-exams-date option").each((function(){var e=$(this).val();l==e&&($("#profile-exams-date-calendar").datepicker("hide"),$("#profile-exams-date").val(e).change())})),$("#profile-other-exams-date").val(l),sortOptions()}))}));