two copies of jquery in code, how do i use newer version

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-04-11T00:34:02Z Indexed on 2010/04/11 0:43 UTC
Read the original article Hit count: 484

Filed under:

I am writing a greasemonkey script. The site is using jquery, i need a function in a newer version. In my GM script i have

// @require        http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min.js
...
var $ = unsafeWindow.jQuery;

However after using alert($().jquery); i see it is still the old version. How can i get the newer version in code?

© Stack Overflow or respective owner

Related posts about jQuery