开发者

Pre-requisites for JQuery

开发者 https://www.devze.com 2022-12-11 17:23 出处:网络
I am using Aptana Studio 1.5 for PHP development. I want to use a JQuery plug-in. I want to know whether there are any pre-requisites for using JQuery开发者_运维问答 or is it same as JavaScript?The jQ

I am using Aptana Studio 1.5 for PHP development. I want to use a JQuery plug-in. I want to know whether there are any pre-requisites for using JQuery开发者_运维问答 or is it same as JavaScript?


The jQuery browser compatibility page lists the minimum browsers that are supported as:

  • Firefox 2.0+
  • Internet Explorer 6+
  • Safari 3+
  • Opera 9+
  • Chrome 1+

A jQuery plugin generally supports the same browsers as long as it only uses jQuery methods, however some may use CSS features that are not supported by all browsers. Check if the plugin has any specific compatibility notes, but a lot of plugins are not as well tested as the jQuery library itself.


jQuery is a library written using javascript. you can reduce the lengthy code which u usually have in your javascript with the use of jquery. thats y its called "Write Less ,Do More Library".

You can have animations ,fading,DOM traversing,ajax calls etc..by simple function calls using jQuery.

Moreover there are lot of pluggins written for jquery, you can use whatever you need as per your requirement,

For using jQuery in your project,Simply download the stable version from the jquery site and include that in your page as you do for normal javascript file.

Official jquery site

Pluggin page

You will definitely love jquery once start using.You will not leave it for sure as i do . Hats off to jQuery team


I've never struck a pre-req for using jQuery itself. All it needs is a Javascript implementation.

There may be pre-reqs for specific add-ons to jQuery but that will depend on the add-on itself.

I've used it successfully on Firefox 2 and 3 and IE6 and 7 - I don't know if you'll strike any problems with IE8 but I imagine they'd be fixed up pretty fast.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号