// ad function dy(code) { var ojs=''; if (code=="top210x90_1"){ document.write(''); document.write(ojs);} if (code=="top210x90_2"){ document.write(''); document.write(ojs);} if (code=="top728x90&qu ot;){ document.writeln("'); document.write(ojs);} i
今天搞了一个回到顶部的JS JQ功能,废话不多说,有图有真相!
代码如下:
(function($){
$.fn.survey=function(options){
var defaults={width:”298″,height:”207″};
var options=$.extend(defaults,options);
if($.browser.msie){
var ieVersion=parseInt($.browser.version
本文实例讲述了jQuery实现平滑滚动到指定锚点的方法。分享给大家供大家参考。具体如下:
定义好指定的anchor锚点,调用下面的js代码可以让页面平滑的滚动到指定的位置,非常实用,比如返回页面顶部,去往页面底部等功能
// HTML:
// Lorem Ipsum
// Back to Top
$(document).ready(function() {
$(a.topLink).click(function() {
$(html, body