jQuery is not necessary, and window.location.replace(...) will best simulate an HTTP redirect.
Posted on 31 January 2012.
jQuery is not necessary, and window.location.replace(...) will best simulate an HTTP redirect.
Posted in JavaScript - AjaxComments (0)
Posted on 29 January 2012.
With jQuery resize event, you can now bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!
Posted in JavaScript - AjaxComments (0)
Posted on 21 January 2012.
Integrating social profiles with websites is a very popular trend as they represent a content.
For Twitter, if you have an account and want to add tweets to your website, these 3 jQuery Tweeter plugins will help you for sure:
Posted in JavaScript - AjaxComments (0)
Posted on 03 January 2012.
I’ve been using twitter’s bootstrap framework for a number of site builds recently, mainly because it gets me from black-and-white markup to vaguely-presentable websites in a very small amount of time. Version 1.3 introduced some JavaScript plugins to complement the array of stylistic elements it already provided – notably code to invoke dialog boxes, or modals. A recent project I’ve been working on required extensive use of JavaScript’s native alert and confirm dialogs, but their crude behaviour and wildly varying appearance between browsers is always somewhat dissatisfying, so I wanted combine their basic functionality with bootstrap’s slick looking dialog boxes. Enter bootbox.js – alert() and confirm() like behaviour using twitter’s modal dialog boxes.
Posted in JavaScript - AjaxComments (0)
Posted on 03 January 2012.
nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Lion-styled scrollbars for your website. It uses minimal HTML markup being .nano > .content. The other scrollbar div elements.pane > .slider are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, and some Android Tablets.
Posted in JavaScript - AjaxComments (0)
Posted on 25 November 2011.
A simple, yet elegant fullscreen image gallery created with the jQuery frameworkand some simple CSS.
Posted in JavaScript - AjaxComments (0)
Posted on 25 November 2011.
Backstretch is a simple jQuery plugin that allows you to add a dynamically-resized background image to any page. The image will stretch to fit the page, and will automatically resize as the window size changes.
Posted in JavaScript - AjaxComments (0)
Posted on 22 November 2011.
Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. (And now, not just turntables, but many shapes!)
Posted in JavaScript - AjaxComments (0)
Posted on 22 November 2011.
This is an improved version of the reflection.js script rewritten for the jQuery javascript library. It allows you to add instantaneous reflection effects to your images in modern browsers, in less than 2 KB.
Posted in JavaScript - AjaxComments (0)
Posted on 17 November 2011.
Posted in JavaScript - AjaxComments (0)
