10 jQuery Image Gallery Plugins for Designers & Developers

jquery_plugin

jQuery image gallery always a first choice to developers when you want to displaying a large volume of images on websites. Today we are going to present 10 beautiful jQuery Image Gallery Plugins for Designers & Developers. Enjoy!

Read More

20 Most Efficient jQuery Lightbox Plugins

jQuery is a most powerful tool for web designing. It can transform a web page to an entertaining and variable. jQuery is very popular for its very easy implementation. In this article you can see 20 most efficient jQuery lightbox plugins that will be very much useful for your next design. Enjoy!

Read More

41 Fresh And Useful Jquery Plugins

If you need to display content within a limited amount of space or you just want to make a section of your website more engaging, jQuery is an excellent solution. jQuery has changed the way developers write JavaScript and the way users interact with websites and web applications. This post includes 41 amazing jquery plugins for form functionality, validation, security and customization.


Read More

25 Fresh and Useful JQuery Plugins

If you need to display content within a limited amount of space or you just want to make a section of your website more engaging, jQuery is an excellent solution. jQuery has changed the way developers write JavaScript and the way users interact with websites and web applications. In this article, I’ve posted 25 fresh and useful jquery plugins that have been released in the past few months.



Read More

30 Amazing JQuery Navigation Menu Examples

For websites, navigation menus have a important role. In this article I want to show how big sites, full with a lot of pages and articles, drop down menus, and tabs are popular. You can save space on website displaying content on dynamic tabs. jQuery could be the right choice to choose offering bunch of customizable options. That’s why I present to You 30 really good jQuery navigation menu examples for every need.


Read More

30 Useful jQuery Techniques

jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 27% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.

Read More

A basic introduction to jQuery and its concepts

How jQuery Works

  • Original Author: John Resig.
  • jQuery: The Basics

    This is a basic tutorial, designed to help you get started using jQuery. If you don’t have a test page setup yet, start by creating a new HTML page with the following contents:

    <html>
    <head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript">
    </script>
    </head>
    <body>
    <a href="http://jquery.com/">jQuery</a>
    </body>
    </html>

    Read More