Skip to main content

Bug Tracker

Side navigation

#829 closed enhancement (invalid)

Opened January 16, 2007 10:09PM UTC

Closed January 31, 2007 04:41PM UTC

Last modified June 21, 2007 04:38AM UTC

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? :)

Attachments (0)
Change History (5)

Changed January 17, 2007 01:51AM UTC by Jason comment:1

Isn't that done like "$(document).jquery" ?

You might not even need the 'document' part; I'm not sure.

Changed January 17, 2007 01:52AM UTC by Jason comment:2

Yeah, looks like that can be removed.

$().jquery

alert($().jquery);

Changed January 17, 2007 01:53AM UTC by jason comment:3

or even:

jQuery().jquery

sorry, I'll stop repeat posting now.

Changed January 17, 2007 06:13PM UTC by Nate Cavanau comment:4

Good call, this ticket can be closed :)

Changed January 31, 2007 04:41PM UTC by brandon comment:5

resolution: → invalid
status: newclosed