Changes between Initial Version and Version 3 of Ticket #137
- Timestamp:
- Nov 17, 2006, 4:27:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #137
- Property Owner changed from john to paul
-
Property
Version
changed from
1.0
to1.1
-
Property
Summary
changed from
Prototype Support Plugin
toDisable $ Function
-
Property
Milestone
changed from
1.0
to1.1
-
Ticket #137 – Description
initial v3 1 This needs to be built. 1 This can be used as a way to use Prototype and jQuery at the same time. The code could look something like this: 2 3 {{{ 4 jQuery.disableAlias(); 5 }}} 6 7 Making any instance of '$' that it overwrote revert back to its old value.