isIE JS One-liner
Andrea Giammarchi at Web Reflection has posted an IE-detection one-liner: IE=”\v”==”v”. Reported to return “true” only in IE.
Andrea Giammarchi at Web Reflection has posted an IE-detection one-liner: IE=”\v”==”v”. Reported to return “true” only in IE.
better decision from me:
!-[1,]
returns true in IE and false in all others