That's fine and all but the issue is how does one 'detect' those
browsers that are incompatible with jQuery without sniffing? The
answer is, you don't. I've scoured every inch of the web looking for
that answer; from object detection to feature detection. Browser
sniffing seems to be the only s
My question is pretty straightforward. Using only object detection,
is there a way to determine whether or not jQuery will function in
that browser.
Say something like:
// if your browser supports these js objects used in jQuery
if (objectA && objectB && objectC...)
then dynamically output
2 matches
Mail list logo