jQuery aminate方法定位到页面具体位置

 jQuery如何定位到页面具体位置,我们可以通过jQuery的aminate动画方法定位,下面有个不粗的示例,感兴趣的朋友可以参考下

通过jQuery的aminate动画方法定位。 
 
示例如下: 
代码如下:
scrollOffset($("#qa").offset()); 
 
// jQuery 定位让body的scrollTop等于pos的top,就实现了滚动 
function scrollOffset(scroll_offset) { 
$("body,html").animate({ 
scrollTop: scroll_offset.top - 70 
}, 0); 

 

时间: 2024-09-06 15:50:06

jQuery aminate方法定位到页面具体位置的相关文章

jQuery aminate方法定位到页面具体位置_jquery

通过jQuery的aminate动画方法定位. 示例如下: 复制代码 代码如下: scrollOffset($("#qa").offset()); // jQuery 定位让body的scrollTop等于pos的top,就实现了滚动 function scrollOffset(scroll_offset) { $("body,html").animate({ scrollTop: scroll_offset.top - 70 }, 0); }

jQuery ajax方法加载页面局部内容

使用jQuery的ajax方法很容易的能够帮助我们完成ajax操作,但是这个方法返回的数据是整个页面的HTML,如果加整个页面的HTML全加append到页面上的话这是非常的不友好的,用下面的办法会很好的解决这个问题.  代码如下 复制代码 $.ajax({           url: "hotelQuery!queryHotelByCity.action",           type: "post",           dataType: "ht

jQuery实现自动滚动到页面顶端的方法

  本文实例讲述了jQuery实现自动滚动到页面顶端的方法.分享给大家供大家参考.具体实现方法如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 $(".scroll").click(function(event) { //prevent the default action for the click event event.preventDefault(); //get the full url - like mysitecom/index.h

jquery.messager.js插件导致页面抖动的解决方法

这盘文章介绍了jquery.messager.js插件导致页面抖动的解决方法,有需要的朋友可以参考一下   消息弹出时页面总是抖动或者闪一下,找了很长时间没有找到原因,今天找到,原来是html没有声明解析规范 需要加上<!DOCTYPE> 标签 复制代码 代码如下: PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional

jQuery层动画定位滑动效果的方法

  本文实例讲述了jQuery层动画定位滑动效果的方法.分享给大家供大家参考.具体实现方法如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 7

JS控制弹出新页面窗口位置和大小的方法

 这篇文章主要介绍了JS控制弹出新页面窗口位置和大小的方法,实例分析了open方法弹出窗口的使用技巧,需要的朋友可以参考下     本文实例讲述了JS控制弹出新页面窗口位置和大小的方法.分享给大家供大家参考.具体如下: 相信很多朋友都想做一个弹出用来弹出公告或者重要信息,但是弹出的框口位置和大小又不能太大,所以我们今天使用JS来控制弹出窗口的位置和大小,想弹多大就多大   代码如下: <html> <head> <title>指定弹出窗口位置(IE)</title

jQuery实现自动滚动到页面顶端的方法_jquery

本文实例讲述了jQuery实现自动滚动到页面顶端的方法.分享给大家供大家参考.具体实现方法如下: $(".scroll").click(function(event) { //prevent the default action for the click event event.preventDefault(); //get the full url - like mysitecom/index.htm#home var full_url = this.href; //split t

jquery ajax方法调用在session超时以后如何跳转到登录页面?

问题描述 jquery ajax方法调用在session超时以后如何跳转到登录页面?session超时以后虽然被过滤器过滤到了,但是并不会跳转到登录页面请求具体的解决方法.我参考了这篇文章,但是我调用ajaxStart不起作用.http://www.blogjava.net/vickzhu/archive/2009/06/05/280223.htmlext jquery 用户访问超时(ext session过期) 解决两种情况下的用户访问超时.a)普通http请求的session超时.b)异步h

点击页面任何位置隐藏div的实现方法_javascript技巧

实例如下: <include file="Public:header" /> <style type="text/css"> table{width:100%;margin: 0;} </style> <script type='text/javascript' src="/{:APP_PATH}/Public/js/unslider.min.js"></script> <scri