[jQuery] Re: Guidelines on Graceful Degradation When JavaScript Disabled?

2009-02-16 Thread lerxst
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

[jQuery] Is there a way to use object detection to "sniff out" jQuery?

2009-02-13 Thread lerxst
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