What\'s the difference between classic Javascript code:
document.getElementById(\'theID\')
and the jQuery version:
$(\'#the
Well in your second project, you might not have included the jQuery files at the the top.