我正在尝试在jQuery中创建一个类似于灯箱的东西。为了垂直对齐我的灯箱,我使用了jQuery。这是我的插件代码:
(function($){
$.fn.lightbox = function(){
return this.each(function(){
/*plugin code starts here*/
var self = this;
console.log(self);
/*
* Now we will vertically alig
我觉得这个问题的答案会简单得令人尴尬,但它消耗了很多时间,我看不到解决方案。我正在做一个简单的无限滚动功能,需要脚本来识别后加载更多的内容窗口的新高度。该值始终与第一次加载时间相同。我基于编写了这段最新的代码,但它仍然不能工作。有什么想法?
var scrollFunction = function(){
var myTop = jQuery(window).scrollTop();
var myHeight = jQuery(window).height();
if (myTop >= myHeight){
$(
clear: false,
buildGallery: function (options) {
var opt = {};
jQuery.extend(opt, jQuery.mbBgndGallery.defaults, options);
opt.galleryID = new Date().getTime();
var el = jQuery(opt.containment).get(0);
el.opt = opt;