jQuery

 

FancyBox-Jquery :: A Fresh and fancy lightbox plugin using Jquery

0

Why? Because I was bored by so many pages using lightbox and it`s clones, I wanted something fresh and Mac-like. I couldn`t find any cool alternative that would be build on top of jQuery, so the FancyBox was born. Features:

  • Automatically scales large images to fit in window
  • Adds a nice drop shadow under the zoomed item
  • Groups related items and adds navigation through them (uses preloading)
  • Can display images, inline and iframed content
  • Customizable through settings and CSS

Examples:http://fancy.klade.lv/Download:http://fancy.klade.lv/fancybox/fancybox_1.0.0.zipTechnorati Tags: A Fresh and fancy lightbox plugin using Jquery

 

Sliding Top Menu With jQuery

0

Sliding menus are very effective in areas where we have limited space .

This is a sliding top menu built with jQuery which can be fired through the open & close buttons or with any tag with the related class name.

You can also use it as an info box, login area & more.

Click here to see the final working demo of this jQuery sliding menu.

It presents the menu when closed like this:

And when opened:

Click here to see the final working demo of this jQuery sliding menu.

Step 1 – HTML:

<div id="sliderWrap"> <div id="openCloseIdentifier"></div> <div id="slider"> <div id="sliderContent"> Isn’t this nice? </div> <div id="openCloseWrap"> <a href="#" class="topMenuAction" id="topMenuImage"> <img src="open.png" alt="open" /> </a> </div> </div></div>

Step 2 – CSS:

<style type="text/css">body {margin:

More >

 

Creating a Dynamic Poll with jQuery and PHP

0

When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. NETTUTS has published a tutorial (Creating a Dynamic Poll with jQuery and PHP) for creating a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.

Requirements:-Demo: http://nettuts.com/demos/test_poll/License: License Free

Technorati Tags: Dynamic Poll with jQuery

Go to Top