Tag Archives : jQuery

Facebook Like Automatic Content Loading on Scrolling

Facebook Like Automatic Content Loading on Scrolling

We have all seen the automatic content loading used in Facebook. Let’s see how easily it can be implemented using jQuery. View Demo What we do to achieve this is whenever a scroll event is fired, check if we have reached the bottom of the page, and if we are at the bottom, call our ajax function...
1
The Making of a jQuery Plugin

The Making of a jQuery Plugin

Hi folks, today we are going to write a simple, yet useful jQuery plugin. The plugin we write is named The jQuery Placeholder plugin. The problem:- A very useful feature that was introduced in HTML5 was the ‘placeholder’ attribute [W3C Spec] for forms. The placeholder attribute lets us specify...
Filed in: Javascript, jQuery
0
© 2010 ReBugged. All rights reserved.