Browsing articles tagged with " Jquery"
Oct
31

Slidorion, A jQuery Plugin | jQuery Image Slider and jQuery Accordion

By Vinod  //  All, Gallery, Javascript  //  1 Comment

 

A combination of an image slider and an accordion, the slidorion displays beautiful images along with a variable length description. With images linked to each tab, and accompanied by a large array of effects, the slidorion is a great alternative to the traditional jQuery slider.

Apr
8

Slider Kit – sliding contents with jQuery

By Vinod  //  All, Javascript  //  1 Comment

The purpose of Slider Kit is to gather common slideshow-like jQuery functionalities (such as news sliders, photos galleries/sliders, carousels, tabs menus) into one light and flexible plugin combined with ready-to-use CSS skins.

Features

  • Content slider with modular elements
  • Multiple navigation controls: buttons, mousewheel, image click, keyboard (beta)
  • Vertical/Horizontal navigation clip
  • Vertical/Horizontal panels slide
  • Auto scrolling / Circular scrolling
  • Fading and sliding transitions effects
  • Easing on transitions
  • Slider Kit generates a minimum of inline CSS. The whole skin is CSS-made
  • Light weight: < 8 Ko (minified)

Compatibility

  • Internet Explorer 9: yes
  • Internet Explorer 8: yes
  • Internet Explorer 7: yes
  • Internet Explorer 6: yes
  • Firefox: yes (tested on v3.6.1 & v4)
  • Chrome: yes (tested on v9.0.597.107)
  • Safari: yes (tested on v5.0.2)
  • Opera: yes (tested on v11.01)
Apr
7

jQuery AHM – A Better Way To AJAX

By Vinod  //  All, Javascript  //  1 Comment

Jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jquery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)
Apr
5

Sausage – a jQuery UI widget for contextual pagination

By Vinod  //  All, Javascript  //  1 Comment

Sausage is a jQuery UI widget for contextual pagination. It complements long or infinite-scrolling pages by keeping the user informed of her location within the document. The best way to understand how Sausage works is to view some examples.

Mar
31

Timeglide – an open-source timeline component built in javascript

By Vinod  //  All, Javascript  //  2 Comments

Timeglider is a zooming, panning data-driven timeline — great for history projects, project planning, and much more. This Javascript/jQuery plugin is completely free & open-source [MIT]. Commercial solutions are under development which will complement the timeline viewer: authoring tools, databases, support plans, etc. Our code repository is at github.com/timeglider.

Mar
21

jStat : a JavaScript statistical library

By Vinod  //  All, Javascript  //  1 Comment

jStat is a statistical library written in JavaScript that allows you to perform advanced statistical operations without the need of a dedicated statistical language.

Mar
15

TinyBox2 – JavaScript Modal Windows

By Vinod  //  All, Javascript  //  1 Comment

This update to the TinyBox modal box script brings a ton of new features and still clocks in under 5KB. The script now supports iframes and images natively. You can POST with Ajax. Clicking ESC will close the window. Callback functions can be passed for load and close events. You can set CSS IDs to override the default styling. CSS position can be toggled between fixed and absolute. The mask opacity can be sent. You have full control over window location. And of course there is now a close button out of the box you can toggle

Mar
7

Waypoints – jQuery plugin to scroll to an element

By Vinod  //  All, Javascript  //  1 Comment

Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element. It makes a solid base for modern UI patterns that depend on a user’s scroll position on the page.

Mar
4

Subway Map Visualization jQuery Plugin

By Vinod  //  All, Javascript  //  1 Comment

Anyone who knows HTML can easily create a subway map with this a jQuery plugin.

  • Anyone should be able to create a beautiful, interactive subway map visualization for their website using HTML markup
  • The map should be as faithful as possible to the London Underground map style with smooth curves and interchange connectors and 45-degree diagonals
  • The map size, line width and colors should all be customizable
  • Stations, interchanges and linked interchanges should be distinguishable from each other
  • The markup used to create the map should be search engine friendly
Mar
3

jFormer – jQuery Form Framework

By Vinod  //  All, Form, Javascript  //  1 Comment

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that:

  • Validate client-side
  • Validate server-side
  • Process without changing pages (using AJAX)