At the top of some of my scripts I have to insert a line

// @require         
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js

This refers to a particular version 1.9.1 of the jQuery library.
As far as I know jQuery libs are downwards compatible.

So I would prefer to always automatically refer to the newest version.

Therefore I need a reference like

// @require         
http://ajax.googleapis.com/ajax/libs/jquery/MAX/jquery.min.js

or

// @require         
http://ajax.googleapis.com/ajax/libs/jquery/newest/jquery.min.js

Unfortunately this does not work.
Is there another solution?

Ben





-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to