jq 페이지 로드 분할 캡처

1974 단어 로드
$(document).ready(function() {
if (!Array.prototype.forEach) { Array.prototype.forEach = function(fun /*, thisp*/){ var len = this.length; if (typeof fun != "function") throw new TypeError(); var thisp = arguments[1]; for (var i = 0; i < len; i++){ if (i in this) fun.call(thisp, this[i], i, this); } }; }

var jt=$("#jt").val(); var arrjt=jt.split(/,|,/); var arrjtA=[]; var jtemp=""; for(i=0;i
"; }); $("#screenshot").html(jtemp); var tz=$("#tz").val(); var arrtz=tz.split(/;|;/); var arrtzA=[]; var temp=""; for(j=0;j"; }); $("#feature").html(temp); });
 

 

좋은 웹페이지 즐겨찾기