Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does jQuery work pretty well on Mac? [closed]

I have a client that I am doing a very small project for. His company uses Macs exclusively. I rarely use Mac and don't have one for testing.

If I use jQuery and test it with FireFox on Windows, can I assume it will also work for FireFox for Mac? How about other Mac browsers?

I am considering just not using much JS/Ajax, but don't want to shoot myself in the foot. Has anyone got a lot of jQuery / Mac compatibility experience?

Edit: A quick note:

Yes, I am aware that JavaScript (and thus jQuery) is a browser-based language.

However, while I haven't done much JavaScript lately (hence the question) I do remember having any number of problems back in the day with browser versions on the same OS, and even more problems across multiple OS.

Don't want to date myself too much, but think back in the day, debugging complex JavaScript in multiple versions of IE and (shudder) Netscape across multiple OS.

Anyway, after some testing, it appears to work just fine =o)

like image 267
Eli Avatar asked Jan 20 '23 13:01

Eli


2 Answers

A browser's JavaScript engine is expected to behave the same on whatever platform the browser is run on, because the JS engine doesn't really interact much with the OS; it just lives in the browser process. So no, you shouldn't encounter Mac-specific problems with your scripts.

Safari 5.1.7 is still available for Windows if you need to test in that. For any new visitors to this post: Safari 6 is not available for Windows.

like image 115
BoltClock Avatar answered Jan 26 '23 07:01

BoltClock


Jquery is a client side javascript based. It entirely depends on the browser itself which you are using in mac.

Jquery itself doesn't interact with Mac , Linux or windows.

like image 38
Madhur Ahuja Avatar answered Jan 26 '23 05:01

Madhur Ahuja