Website

Magnifying Glass with jQuery

Spread the love

Spread the love           Zoom into html, text and images on a website using a magnifying glass. Works simply by duplicated the page content, enlarging and masking it using css and then using jQuery to move it around. Demo: http://www.aplweb.co.uk/blog/js/magnifying-glass/demo.html Download Links http://www.aplweb.co.uk/blog/js/magnifying-glass/

Magnifying Glass with jQuery Read More »

Uploadify – JQuery File Upload Plugin Script

Spread the love

Spread the love           FancyUpload is a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar. It is easy to setup and styleable via CSS and XHTML and uses MooTools to work in all modern browsers. Tags: File Upload , Progress Bar Demo: http://www.uploadify.com/demos/ Download Links None

Uploadify – JQuery File Upload Plugin Script Read More »

Display Elements Sequentially with jQuery

Spread the love

Spread the love           In this Tutorial quick tip, I’ll teach you how to add a bit of flair to your page, by displaying a set of elements sequentially. While there are numerous ways to accomplish this task, today, we’ll review one technique that uses recursive functions. Demo: http://nettuts.s3.amazonaws.com/874_sequentialImages/singleFile.html Download Links http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-display-elements-sequentially-with-jquery/

Display Elements Sequentially with jQuery Read More »

Scrolling to the Top and Bottom with jQuery

Spread the love

Spread the love           Scroll to the Top and Bottom of your website with a simple click with the help of the jQuery powered Special Scroll Events by James Padolsey, and some few extra lines of jQuery – appearing like two buttons with fixed position on the bottom left of the page. Demo: http://www.tympanus.net/scrollupdown/ Download Links None

Scrolling to the Top and Bottom with jQuery Read More »

Build a Custom Ad Banner Rotator Script with jQuery

Spread the love

Spread the love           In this tutorial I want to demonstrate how we can build a jQuery banner rotator which works even over PHP/Rails caching. You only need to implement the codes on your frontend, which means the settings on your web server do not matter as much. The script will hold an array of content

Build a Custom Ad Banner Rotator Script with jQuery Read More »

Reveal Content When Needed With an Expanding Footer in jQuery

Spread the love

Spread the love           In this tutorial we’re going to build an expanding footer; a user interface pattern which allows the user to click on expandable footer regions if they wish to see more content. The end result is comparable to the accordion effect sometimes applied to lists and you can find it used on sites such

Reveal Content When Needed With an Expanding Footer in jQuery Read More »

WZSplitter layout jQuery plugin

Spread the love

Spread the love           WZSplitter is a flexible, easy to use layout plugin. It helps end users to set up any combination of resizable panels just by providing a few configuration values. Main features: Resizable panels, collapsing/expanding and stretching/shrinking functions. Skins. Unlimited nesting and linkage effects on panels’ actions. Default values driven, panels can be customized

WZSplitter layout jQuery plugin Read More »

jQuery’s Data Method – How and Why to Use It

Spread the love

Spread the love           jQuery’s data method gives us the ability to associate arbitrary data with DOM nodes and JavaScript objects. This makes our code more concise and clean. As of jQuery 1.4.3 we also have the ability to use the method on regular JavaScript objects and listen for changes, which opens the doors to some

jQuery’s Data Method – How and Why to Use It Read More »

Scroll to Top