摘要:
1 function prompt(message, style, time){ 2 style = (style undefined) ? 'alert-success' : style; 3 time = (time undefined) ? 1200 : time; 4 $('<div id= 阅读全文
posted @ 2022-04-15 18:27
Redamancy_TT
阅读(184)
评论(0)
推荐(0)
摘要:
$.fn.ImgZoomIn = function () { var window_h = $(window).height(); var scroll_h = $(window).scrollTop(); bgstr = '<div id="ImgZoomInBG" style="position 阅读全文
posted @ 2022-04-15 17:19
Redamancy_TT
阅读(106)
评论(0)
推荐(0)