Tuesday, 6 August 2013

Is there a feature to detect to know Firefox 3.6?

Is there a feature to detect to know Firefox 3.6?

As you might already know, the latest versions of jQuery remove $.browser
support. I need to know if a user is using Firefox 3.6 or less. Is there
any way to detect that using available features rather than looking at the
user agent?
The reason we need this detection is that we style our upload buttons
using another element, which then triggers a click on the invisible upload
element. This does not work on FF <= 3.6.

No comments:

Post a Comment