页面固定插件 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

Google API开发详解

Google API开发详解

江宽,龚小鹏等编 / 电子工业 / 2008-1 / 59.80元

《Google API开发详解:Google Maps与Google Earth双剑合璧》从易到难、由浅入深、循序渐进地介绍了Google Maps API和Google Earth API的开发技术。《Google API开发详解:Google Maps与Google Earth双剑合璧》知识讲解通俗易懂,并有大量的实例供读者更加深刻地巩固所学习的知识,帮助读者更好地进行开发实践。 《Go......一起来看看 《Google API开发详解》 这本书的介绍吧!

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

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器