[转]自动消失提示框
摘要:function alert(str, caption) { this.disappear = function () { $("#bgdiv").remove(); $("#msgdiv").remove(); $("#msgtitle").remove(); msgobj = null; msgdiv = null; }; disappear(); this.m_text = str; this.m_caption = caption; this.m_width = 200; t...
阅读全文
posted @ 2013-01-15 09:31
浙公网安备 33010602011771号