Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype...
[jquery.git] / test / data / offset / table.html
index 83fb559..528e530 100644 (file)
@@ -20,7 +20,7 @@
                <script src="../../../src/css.js"></script>
                <script src="../../../src/offset.js"></script>
                <script type="text/javascript" charset="utf-8">
-                       $(function() {
+                       jQuery(function($) {
                                $('table, th, td').click(function() {
                                        $('#marker').css( $(this).offset() );
                                        return false;
@@ -48,4 +48,4 @@
                <div id="marker"></div>
                <p class="instructions">Click the white box to move the marker to it.</p>
        </body>
-</html>
\ No newline at end of file
+</html>