Posts Tagged ‘jquery’

  • March 29, 2010

    jConfirmAction : A jQuery Plugin for Confirmation Box

    jConfirmAction is a jQuery plugin that aims to replace a plain confirmation box with a cute one. This plugin will help you to create a flying bubble confirmation box upside your link.

  • March 28, 2010

    [CodeSnippet] jQuery : Confirm User’s Action

    Don’t let your link that have a critical action (such as delete some data or something else) fly away on their own self, we must put a confirmation before do the action to prevent user’s mistake. Now, let us make that one.

  • Best Animated Jquery Slideshows

    Here is a collection of some of the best jQuery slideshow scripts, packed with eye-catching transition effects which are just perfect for showcasing your work and image galleries.

  • March 25, 2010

    jQuery Plugin: Give Your Characters a NobleCount

    In my quest I have been on the lookout for a jQuery plugin that would provide the ability to: (1) provide real-time character counts, (2) enable easy to customize visual behaviors, and … While there are other similar tools out there, none adequately met these goals. Therefore, I created the jQuery NobleCount plugin.

  • Take Control of Your Table View

    CSS Pseudo-selector come like a saviour, it makes our life easier by saving our time for traversing the Document Object Modelling (DOM). Especially for nth-child pseudo-selector, it can make us choose any element we want by pointing its index number (start from 1), it means we can easily choose any object element we want to [...]

  • March 23, 2010

    jQuery for Complete Beginners: Part 1

    This is the first part of a new series walking you through the process of learning the hugely popular JavaScript library jQuery from scratch.

  • March 12, 2010

    5 Top jQuery Chart Libraries for Interactive Charts

    In this article we are going to present 5 chart libraries that suit different needs from simple charts to high complex charts. Most of them are free for personal and commercial use.

  • March 2, 2010

    15+ jQuery Plugins to Create Stunning Image Zoom Effects

    This post cover jQuery Plugins to create Stunning Image Zoom Effects on your site or blog.

  • March 1, 2010

    How To Get Digg, Delicious and Tweet Counts Using jQuery

    This tutorial shows you how to use jQuery to programmatically get Digg, Delicious and Tweet counts for a specific URL. You will be able to style this data however you like using CSS. And best of all, you can do this without depending on any server side code.

  • February 23, 2010

    Learning jQuery: Your First jQuery Plugin, “BubbleUP”

    There are many posts available detailing how to write your own jQuery plugin. It won’t take long before you realize that building in jQuery is very simple. Continuing in our jQuery Learning Series, here we’re going to build your first jQuery plugin. It’ll generate a bubble effect for your menu list and we’re going to call it BubbleUP.

    What is BubbleUP? BubbleUP is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future. With this plugin, images in a list will enlarge with a smooth animation when you move your mouse over it. Then, if you move the mouse out, it will reset to the original size with the same smooth animation.

  • Page 2 of 712345...Last »