I\'m new to jquery and was wondering: is a simple way to detect whether a browser is Internet Explorer 6 or below?
Very nice way to detect IE is:
if ('v'=='\v') { welcome to IE )) }
Unfortunately it can't recognize its version but it's not always nessecary.