Changeset 5615 for trunk/jquery/test/data/offset/static.html
- Timestamp:
- 05/15/08 23:36:06 (8 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/test/data/offset/static.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/data/offset/static.html
r5612 r5615 16 16 $('.static').click(function() { 17 17 $('#marker').css( $(this).offset() ); 18 var pos = $(this).position(); 19 $(this).css({ position: 'absolute', top: pos.top, left: pos.left }); 18 20 return false; 19 21 });
