页面固定插件 MakeFixed.js

码农软件 · 软件分类 · jQuery页面滚动插件 · 2019-12-27 08:28:51

软件介绍

MakeFixed.js 是一个轻量级 jQuery 插件,它可以在滚动过程中动态地建立固定的元素,并且它还带有回调函数。

示例代码:

$('.fixed').makeFixed
({    onFixed: function (el)
    {        if ($(el).attr('id') == 'photo')
        {
            $(el).children().css
            ({
                width: '500px'
            });
        }
    },    onUnFixed: function (el)
    {        if ($(el).attr('id') == 'photo')
        {
            $(el).children().css
            ({
                width: '450px'
            });
        }
    }
});

本文地址:https://codercto.com/soft/d/22046.html

Ethnography and Virtual Worlds

Ethnography and Virtual Worlds

Tom Boellstorff、Bonnie Nardi、Celia Pearce、T. L. Taylor / Princeton University Press / 2012-9-16 / GBP 21.00

"Ethnography and Virtual Worlds" is the only book of its kind - a concise, comprehensive, and practical guide for students, teachers, designers, and scholars interested in using ethnographic methods t......一起来看看 《Ethnography and Virtual Worlds》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具