controljs icon indicating copy to clipboard operation
controljs copied to clipboard

Scripts that register to DOMContentLoaded or Load will fail

Open GoogleCodeExporter opened this issue 11 years ago • 0 comments

http://www.linkedin.com/js/public-profile/widget-os.js

I wonder how we could make theses scripts to work with controljs ?

Also, this will not work :
<script type="text/cjs">
window.load = function() {};
//$(window).load neither (jquery style)
//window.onload = function neither
// etc..


Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 11:13

GoogleCodeExporter avatar Mar 16 '15 22:03 GoogleCodeExporter