3 Replies - 2487 Views - Last Post: 19 June 2012 - 06:13 PM

#1 AIintern   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 53
  • Joined: 06-June 12

JQuery For Mac?

Posted 19 June 2012 - 05:58 PM

Where can I find Jquery for mac??

I can only find the download for windows. :/


also can someone explain what it does?? I know it sounds weird that I'm wanting to download something when I don't really even know what it does, but i hear its really useful for website development..

Thanks guys

Is This A Good Question/Topic? 0
  • +

Replies To: JQuery For Mac?

#2 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: JQuery For Mac?

Posted 19 June 2012 - 06:06 PM

Jquery is executed by the browser, on the viewing client. The language is operating system independent.
Was This Post Helpful? 0
  • +
  • -

#3 AIintern   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 53
  • Joined: 06-June 12

Re: JQuery For Mac?

Posted 19 June 2012 - 06:10 PM

I thought there was a library I could download for it.
Was This Post Helpful? 0
  • +
  • -

#4 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: JQuery For Mac?

Posted 19 June 2012 - 06:13 PM

You don't use it with your operating system. You code it into a website under the <script> tag, like Javascript. The code is executed by the clients browser when they view the website. You can write code that has jquery in it, & view that website with your web browser (Safari, Firefox, whatever...). The code is not executed by the Operating System. You don't need a programming environment/IDE to write it.

You are making jquery a little more complex than it is :)

It's like saying you need the MacOSX version of HTML.
Was This Post Helpful? 2
  • +
  • -

Page 1 of 1