开发者

Does Uploadify support jQuery 1.4?

开发者 https://www.devze.com 2023-01-01 10:33 出处:网络
Does uploadify supports jQuery 1.4? The site states that i开发者_StackOverflow社区t needs: jQuery v1.2.x or greater

Does uploadify supports jQuery 1.4?

The site states that i开发者_StackOverflow社区t needs:

jQuery v1.2.x or greater

... but the demo runs on 1.3.2 and I don't feel like trying to get everything to work just to realize that it's some feature I want later is not compatible with my version of jQuery.


I am using jQuery 1.4.2 and uploadify 2.1.0 in two pages with no problems, this being copied from the <head> of one of those pages (as, you know... proof):

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.uploadify.v2.1.0.min.js" type="text/javascript"></script>

So: yes, it does work fine.


yes 1.4 > 1.2 so it fits in the "greater" condition

Edit:

Don't be afraid if it was designed for 1.2 then it will work, has for what I know, no feature was removed that can affect compatibility


It should work with 1.4.

And if it doesn't you can still download jQuery's official Backwards compatibility for jQuery 1.3: http://github.com/jquery/jquery-compat-1.3


I use it with 1.4.2

0

精彩评论

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