Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype...
[jquery.git] / test / data / offset / static.html
index f47a79b..b1fb9f1 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($) {
                                $('.static').click(function() {
                                        $('#marker').css( $(this).offset() );
                                        var pos = $(this).position();
@@ -36,4 +36,4 @@
                <div id="marker"></div>
                <p class="instructions">Click the white box to move the marker to it. Clicking the box also changes the position to absolute (if not already) and sets the position according to the position method.</p>
        </body>
-</html>
\ No newline at end of file
+</html>