[jQuery] A problem about $(function somefun(){});
hey , everyone , I am new comer.
I use jquery.js in my website, and I write code like following to
initialize some params:
$(function someFun(){
//some codes
});
but , there is a statistics script in the same page.The statistics
script is so slow that someFun cannot run at once.
How can I improve my code.
thanks