页面固定插件 MakeFixed.js
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/guimadaleno/makefixed.js
软件介绍
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'
});
}
}
});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开发详解》 这本书的介绍吧!
