Bug Tracker

Changeset 4221

Show
Ignore:
Timestamp:
12/18/07 22:37:02 (9 months ago)
Author:
brandon.aaron
Message:

livequery: updated to work with jQuery 1.2.2

Location:
trunk/plugins/livequery
Files:
1 added
3 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/livequery/jquery.livequery.js

    r3072 r4221  
    33 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. 
    44 * 
    5  * Version: 1.0.1 
     5 * Version: @VERSION 
    66 * Requires jQuery 1.1.3+ 
    7  * Docs: http://brandonaaron.net/docs/livequery/ 
     7 * Docs: http://docs.jquery.com/Plugins/livequery 
    88 */ 
    99 
     
    7878}; 
    7979 
    80 $.extend($.livequery.prototype, { 
     80$.livequery.prototype = { 
    8181    stop: function() { 
    8282        var query = this; 
     
    135135        } 
    136136    } 
    137 }); 
     137}; 
    138138 
    139139$.extend($.livequery, { 
     
    244244    return r; 
    245245}; 
     246 
     247// Give the init function the jQuery prototype for later instantiation (needed after Rev 4091) 
     248$.prototype.init.prototype = $.prototype; 
    246249     
    247250})(jQuery); 
  • trunk/plugins/livequery/test/test.html

    r3072 r4221  
    1313            * html #anim { position: absolute; } 
    1414        </style> 
    15         <script type="text/javascript" src="jquery.r2892.js"></script> 
     15        <script type="text/javascript" src="jquery.js"></script> 
    1616        <script src="../jquery.livequery.js" type="text/javascript" charset="utf-8"></script> 
    1717        <script type="text/javascript" charset="utf-8"> 
  • trunk/plugins/livequery/test/test2.html

    r3072 r4221  
    1313            * html #anim { position: absolute; } 
    1414        </style> 
    15         <script type="text/javascript" src="jquery.r2892.js"></script> 
     15        <script type="text/javascript" src="jquery.js"></script> 
    1616        <script src="../jquery.livequery.js" type="text/javascript" charset="utf-8"></script> 
    1717        <script type="text/javascript" charset="utf-8">