For the web site I\'m building (targeted at mobile users) I\'m thinking of using some Ajax controls. I\'d like to know which mobile browsers do and don\'t support Javascrip
The default browsers included in Android, iOS Safari (iPhone) and Nokia all support JavaScript and Ajax. As does Opera Mini. Be aware, though, that it can be disabled (at least, in Opera Mini and Safari).
Quirksmode has compatibility tables for mobile browsers. When in doubt, use feature detection and try and leave a fallback for when JavaScript is disabled.