I researched this a while ago and can\'t remember how to do it. I want to be able to prevent Firefox from running it\'s spell-checking functionality on certain input fields
add the attribute using JQuery $('.textarea_className').attr('spellcheck',false);
This will allow you to return a valid XHTML mark up. =)