Giter Site home page Giter Site logo

linzap / jquery.waterfall Goto Github PK

View Code? Open in Web Editor NEW
49.0 49.0 28.0 42 KB

Waterfall, cross-browser typesetting on the web with jQuery

Home Page: http://linzap.github.io/waterfall/loadmore.html

License: Other

HTML 43.93% JavaScript 56.07%
javascript jquery plug waterfall

jquery.waterfall's Introduction

  • 👋 Hi, I’m @LinZap
  • 👀 I’m interested in painting
  • 🌱 I’m currently learning psychology
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ? [email protected]

jquery.waterfall's People

Contributors

carr1005 avatar chungchi300 avatar gitter-badger avatar jameslao avatar linzap avatar martin81930 avatar scandal0705 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jquery.waterfall's Issues

dictation

miss spelling the word "function" * ;
on --> Advanced Setting in setting var at
callback: " funciton * " (container){
// do something
}

it needs to be "function"

CSS error of box item

If the water fall js called before the css loaded,it will cause a css error,so I need to called following code to avoid those issue

     $(window).load(function() {
        var waterFallSetting = {
            gap: 25,
            gridWidth: [0, 400, 800, 1800, 2400],
            refresh: 500
        };

        $('#newsContainer').waterfall(waterFallSetting);
        $('#newsContainer2').waterfall(waterFallSetting);
    });

firefox 51.0.1下加载更多bug & load进来的块有时候会重叠在一起

插件很赞,可是可是使用过程中遇到两个问题:
firefox 51.0.1下 加载更多无效果;
其他浏览器,首次初始化页面,滚动加载,新加载进来的内容块有些重叠在一起了,再次刷新页面,内容块的位置又正常了;
请问该如何解决,求帮助 ~~~~(>_<)~~~~
thx~

Change width during responsive !!!

Hello, i would like to change the width value during the responsive !
`getWidth(event) {
let widthLandingFlat = Math.floor($('.landing_flat').width());

		let value;
		if (widthLandingFlat > 655 && widthLandingFlat < 1000)
			value = 215;
		else if (widthLandingFlat > 645 && widthLandingFlat < 655)
			value = 210;
		else if (widthLandingFlat > 635.8 && widthLandingFlat < 645)
			value = 205;
		else if (widthLandingFlat <= 635.8)
			value = 255;
		else {
			value = 215;
		}
		

		if (this.tmp != value) {
			let width =  Math.floor(value);

			// console.log(width)
			$('#content-komit').NewWaterfall({
				refresh: 1000,
				width: width
			});
		}
		this.tmp = value;
	}`

but change width, create a display bug and in waterfall.js: config.width change always to value ...

Did you have an idea for resolve this problem please ? thx

Loadmore not working in Firefox 41

The loadmore feature (e.g. in the example-link) is not working the latest Firefox 41, both in Windows as well as OS X. The initial blue boxes are created, but scrolling has not effect - no more boxes are created at the bottom of the page.

Can someone confirm this issue and possibly provide a fix?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.