jTicker takes an elements’ children and displays them one by one, in sequence, writing their text ‘ticker tape’ style. It is smart enough to ticker text from an element heirarchy, inserting elements back into the DOM tree as it needs them. That means almost any content can be ‘tickered’. jTicker handles any number of alternating … Continue Reading
Category
Javascript
Good Image Boxes Grid with jQuery plugin
Would you like to create a template with a fullscreen grid of images and content areas? The idea is to have a Draggable Image Boxes Grid that shows boxes of thumbnails and menu like items. Once clicked, the thumbnail will expand to the full size image and the menu item box will expand to a … Continue Reading
Great iPhone/iPad/iOS/SmartPhones like home screen with jQuery and CoffeeScript
Today we are going to create an iOS-like home screen using CoffeeScript – a new JavaScript based language, and the jQuery library. CoffeScript has a clean syntax that lies somewhere in between Ruby and Python. If you haven’t used any of them, don’t worry – it is not required. However you will need to be … Continue Reading
Easy and Attractive timeline jQuery Plugin Like Google
jQuery Timeline is an attractive tool to showcase the process followed over years. It’s a plug-in and it can be easily integrated with your application using jQuery library. This simple plugin helps you to give more life to the boring timelines. Supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, … Continue Reading
Different approach for SimpleModal in jQuery plugin
SIMPLEMODAL is a small plugin used to create modal windows. It is used to generate alert or confirm messages with few lines of code. Confirm configuration involves the use of callbacks to be applied to affirmative action. It can work in asynchronous mode and retrieve content from external pages. It can also get the inline … Continue Reading
Excellent 3d and 2d transformation with TransformJS – jQuery plugin
TransformJS allows 2D and 3D transforms as regular CSS properties, you can set using .css() and animate using .animate(). To solve the cross-browser support problem, TransformJS uses feature detection to analyze the supported features of the browser it is running in and adapts accordingly. To solve the multiple transforms problem, TransformJS applies a cssHook for every … Continue Reading
New Date selection like smart phones with jQuery
A wheel scroller user control optimized for touchscreens to easily enter date/time. This wheel scroller user control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the … Continue Reading
Simple way to format currency with Javascript accounting.js
accounting.js is a tiny JavaScript library for number, money and currency formatting, with optional excel-style column rendering (to line up symbols and decimals). It’s lightweight, fully localisable and has zero dependencies. These library has settings like symbol : “$”, // default currency symbol is ‘$’ format: “%s%v”, // this controls string output: %s = symbol, … Continue Reading
Generate loading symbol without image with spin.js
Spin.js uses the CSS3 to render the UI, falling back to VML Internet Explorer. If supported by the browser, @keyframe rules are used to animate the spinner. The spin() method creates the necessary HTML elements and starts the animation. If a target element is passed as argument, the spinner is added as first child and … Continue Reading
Animate text using Javascript with minified Dat.Gui
Here is an excellent way to animate your font with java script in your web applicatio nswith dat.gui a javascript library. Usage of this application library is very simple. Dat.gui is also providing minified version to make the script loads and work faster. It has very cool features like control panel with option to change … Continue Reading