#829 closed enhancement (invalid)
Add jQuery version to jQuery object
Reported by: | Nate Cavanaugh | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A consortium of portlet development and specifications has asked me to ask that the jQuery version be added to the jQ library to make conflict resolution easier with different versions of jQuery floating around.
I suppose something like this: jQuery.version = '1.1' ?
Pretty please? :)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Yeah, looks like that can be removed.
$().jquery
alert($().jquery);
comment:5 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Isn't that done like "$(document).jquery" ?
You might not even need the 'document' part; I'm not sure.