I have an input looking like this:
<input type="text" value="1.1" size="5" name="Topic" id="Topic">
What's the best way to change it so this input is disabled using jQuery?
Update
Sorry I forgot to ask but is there also a way that I can make it read only. The original answers are great but this is just one more thing I need to be able to do.