Wysiwyg editor used in Quora

This is the Wysiwyg editor used in Quora. Quora uses a simple but elegant jQuery Wysiwyg editor that preserves the formatting and have a great look.
1 comment

SlideDeck plugin for jQuery

This is a slide Deck plugin for jQuery, you can use SlideDeck to share ideas, processes and products in a clear and simple way. It has horizontal and vertical support. Demo | Download
0 comment

Convert regular select into a Drop Down Checkbox List using jQuery

Dropdown-check-list (also known as DDCL) is a free plugin for jQuery that transforms a regular select into a Dropdown checkbox list. This plugin is very useful for those looking to enhance the look and...
0 comment

A simple way to Beautify checkboxes using jQuery

This interesting snippet based on jQuery allows you to beautify HTML checkboxes buttons using jQuery and some nice images. The same idea applies if you want to beautify other controls like radio buttons....
0 comment

Event Calendar using CodeIgniter and jQuery

This library makes possible to embed a jQuery calendar into a web page and use it in your CodeIgniter applications. The drawback is that it cannot run if Javascript is disabled. However the library deserves...
0 comment

White Background on Cycle jQuery Plugin (Internet Explorer only)

After using successfully the Malsup Cycle Plugin for jQuery, evertyhing was ok except one important minor thing. When using IE8 (Internet Explorer) a white background appeared suddenly when the slideshow...
0 comment

Coin Slideshow for jQuery

Coin Slideshow is my second best slideshow using jQuery. The coin slideshow has unique transition effects and is fully customizable with CSS. You can link images and add description with a flexible configuration...
0 comment

Build Permalinks (Slug) with Javascript (jQuery)

How to build permalinks with jQuery or Javascript? If you build web 2.0 applications or used WordPress as your blogging system you may be in touch with Slugs. The slugs are pretty friendly URLs segments...
4 comments

Automatic Infinit Carousel for jQuery

Automatic Infinite Carousel is a Javascript library for jQuery that allows you to create an image carousel. You can find the tutorial here. By using this carousel for jQuery you can create amazing presentations...
0 comment

The jQuery Document Ready!

Next time you forget how to write the jQuery document ready function, here is a snippet that can help you. Just put jquery document ready at Google and find the result. $(document).ready(function() { //...
0 comment