普洱学院科研创新服务平台

  • 电话:  0879-285-2233
  • 邮箱:  support@e-plugger.com
  • 400客服电话:  4008001636
ckCode"/>
忘记密码?
登录
tForm()" style="letter-spacing:8px;padding-left=4px">登录
aceholder = $(document.createElement(me[0].tagName)).addClass(me.attr("class")) .prop("readonly", me.prop("readonly")).prop("disabled", me.prop("disabled")) .attr("style", me.attr("style")).val(me.attr("placeholder")) .css({ color: "#999999", zIndex: 99, position: "absolute", left: pos.left, top: pos.top, width: me.width(), height: me.height() }).appendTo(mparent).data("placeholder-mask", me).attr("data-noplaceholder", true); me.data("placeholder-mask-over", placeholder); placeholders.push(placeholder[0]); mes.push(me[0]); }); $(placeholders).on("click focusin", function(e){ var me = $(this).data("placeholder-mask"); if (!me.prop("readonly")) { $(this).hide(); } me.trigger("click").trigger("focusin").trigger("focus");//应该同时触发对应的DOM事件 }); $(mes).focusin(function(e) { if (!$(this).prop("readonly")) {//IE下readOnly的input和textArea存在焦点 $(this).data("placeholder-mask-over").hide(); } }).focusout(function(e) { if (!$(this).val()) { $(this).data("placeholder-mask-over").show(); } }).change(function(e) { if ($(this).val()) { $(this).data("placeholder-mask-over").hide(); } else { $(this).data("placeholder-mask-over").show(); } }); } /** * 切换登陆用户类型 */ function changeLoginType(loginType, $trigger) { // $("#userName").val(""); // $("#password").val(""); // $("#checkDigit").val(""); $("#errorMsg").text(""); $("[name='loginType']").val(loginType); $trigger.parent().find(".default").removeClass("default").end().end().addClass("default"); }

普洱学院科研创新服务平台