Forum Moderators: open
$(function() { //document ready handler$('#header-logout').one('click', function(event) {
surveyPopup('798422915');
});
$('#give-feedback').click(function(){
giveFeedback('815178671');
return false;
});if(!document.getElementById('contact-page')) {
$('#contactusbox a').click(function() {
var left = calculateWidth();etc.
I know spiders don't want to crawl these scripts before they get to the rich HTML content. My question is... how much can they take? Can they get through a significant amount of script before they get to the HTML and still spider the site adequately?