合作联系微信: w6668263      合作联系电话:177-9238-7426     

2013年1月15日

[转]自动消失提示框

摘要: 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 草率的龙果果 阅读(1603) 评论(0) 推荐(0)

导航