I am looking for a way to detect the OS for a downloads page using jQuery or Javascript to recommend specific files for Mac vs Windows. I was hoping to do it without adding another plugin to my page.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Try:
Then handle the os variable accordingly for your result. You can also loop through each object of the
For additional information, please refer to the following article on |
|||||||
|
|
Plain JavaScript might be all you need.
As Nick suggested you could use |
|||||
|
|
As far as I know the
If you need to differentiate Macs between the old PowerPc and new Intel.
https://developer.mozilla.org/en/DOM/window.navigator.platform |
|||
|
|
|
Try:
That should give you a string that you can parse for the OS. |
|||
|
|