close
用途:在codebehind寫txterrmsg.Text = "..."; 就會有即時的alert彈出來!
要放在$(function(){})裡用唷!

setInterval(function () {
    var err = $('#<%=txterrmsg.ClientID%>').val();
    if (err != '') {
        myalert(err);
        $('#<%=txterrmsg.ClientID%>').val('');
        hidenowpop();
    }
    var topoffset = 0;
    if (detectDevice()) {
        topoffset = 0;
    } else
        topoffset = 60;
    $('#pop').css('top', topoffset + parseInt($('body').scrollTop()) + 'px');
}, 200);
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 amychang2014 的頭像
    amychang2014

    工作需要筆記

    amychang2014 發表在 痞客邦 留言(0) 人氣()