Posts Tagged ‘internet explorer 6’
JQuery – Simple IE 6 Detection
Tuesday, February 23, 2010 3:48 CommentsA simple way to detect whether the web browser you are using is IE 6, this way allows any version of IE 6 to be picked up.
I’m sure there is a clearer way to do this so please feel free to improve but this certainly works.
$(document).ready(function() {
ie6catch [...]


