Firefox issue

Firefox issue

link

Can someone help me out and take a look at this, i feel like I am loosing my mind here. Yesterday I swear this was all working now it's not. :(

Ok, so everything was working in Firefox, now it's not, the crazy thing is, it is working in Safari? I keep getting an error on the first little bit, the

  1. $("input[type=text]").focus(function(){
                 this.select();
             });

My firebug app says - $("input[type=text]") is null. Which seems like BS. if I delete that line the next function gives the same - function is null message. I thought something might be up with the jquery.js file itself, but again everything still works in Safari.

Thanks for any help, let me know if you have any questions and I'll do my best to answer them. Also, I am on a mac if you haven't figured that out yet.