Hi,

> what if you comment out your script tags ? i'm probably pulling hairs here.

Then you don't have the script tags in the DOM. You would need to write your 
own parser then to parse the content of the coments - not a too simple task. 
Of course you also can not use the existing jQuery functions then, because 
your objects are not part of the DOM.

You could think of leaving out the src tag and transport the url somhow else. 
e.g.:

<script class="lazy url:asdf/jkl/test.js"></script>

But that is much less cool of course.

Christof


Reply via email to