Possible Duplicate:
How do I use JQuery.support to check if the browser is Firefox?
Hi guys I am trying to detect Firefox browser using Jquery support property but i have no idea how can I accomplish that:(
I know for example how to detect if browser supports opacity (jQuery.support.opacity) but I would like to use something similar for detecting Firefox only without using $.browser property.
Thank you!!
This seems to be related to your question: How do I use JQuery.support to check if the browser is Firefox?
You don’t use support as a means to check what browser the user is using, but rather if the browser supports the DOM manipulation that you’re trying to do.