页面固定插件 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://www.codercto.com/soft/d/22046.html

High-Performance Compilers for Parallel Computing

High-Performance Compilers for Parallel Computing

Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40

By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

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

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具