I am trying to create a syntax highlighter script. I tried using my script on a code with 10 thousand lines and all I see is a blank page while it is loading. Everything wil
in case you didn't try this yet, 9 years later …
$(document).ready(function () { window.setTimeout('ctlEmployeeEdit.document_load()', 50); });
I guess if you set your time out to 9 years of milliseconds, the page will probably have rendered, but that's just my hypothesis!