Post
KO

병목현상 파악을 위한 속도 체크 방법

**function param(){  var t1 = +new Date;

 $(‘input[name=radioValue]’).objectCheck(‘asp’);  $(‘input[name=chk1]’).objectCheck(‘orange’);

 var t2 = +new Date;

 alert((t2-t1)+’ : milliSeconds’);** }

This article is licensed under CC BY 4.0 by the author.