find-foo.js (104B)
1 log('found #foo element: ' + ( document.getElementById('foo') ? 'YES' : 'NO' )); 2 var findFooLoaded=true;