Bug Tracker

Changes between Initial Version and Version 3 of Ticket #137


Ignore:
Timestamp:
Nov 17, 2006, 4:27:54 PM (17 years ago)
Author:
john
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #137

    • Property Owner changed from john to paul
    • Property Version changed from 1.0 to 1.1
    • Property Summary changed from Prototype Support Plugin to Disable $ Function
    • Property Milestone changed from 1.0 to 1.1
  • Ticket #137 – Description

    initial v3  
    1 This needs to be built.
     1This 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
     7Making any instance of '$' that it overwrote revert back to its old value.