background preloader

Jquery

Facebook Twitter

Submit A Form Without Page Refresh using jQuery. Previously on Nettuts+, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload.

Submit A Form Without Page Refresh using jQuery

Another great way of utlizing jQuery to enhance user experience is to not just validate, but to submit your form entirely without a page refresh. In this tutorial I'll show you how easy it is to do just that -- submit a contact form that sends an email, without page refresh using jQuery! (The actual email is sent with a php script that processes in the background). Let's get started. What We're Building In this example, we have a simple contact form with name, email, and phone number. If you have found this article without any prior familiarity with jQuery, a great place to get started would be Jeffrey Way's article on 15 Resources to get you Started with jQuery From Scratch. Step 1 - Build the HTML Form Let's take a look at our html markup. You might notice that I have included a div with id contact_form that wraps around the entire form.

Conclusion. jQuery Find Function Example. 50 jQuery Function Demos for Aspiring Web Developers - Smashing Coding. Every aspiring Web developer should know about the power of JavaScript and how it can be used to enhance the ways in which people see and interact with Web pages.

50 jQuery Function Demos for Aspiring Web Developers - Smashing Coding

Fortunately, to help us be more productive, we can use the power of JavaScript libraries, and in this article we will take a good look at jQuery in action. What Is jQuery? Link In a nutshell, jQuery is a leading JavaScript library that can perform wonders on your Web pages and make your Web development life much easier and more enjoyable.

With the rise in popularity of jQuery since its arrival in 2006, over an estimated 24 million websites (50% of them being the 10,000 most visited websites) currently reap the benefits, and as Google Trends suggests, it’s the most popular JavaScript library. Thousands of Web developers worldwide use jQuery to innovate on their websites and stay up to date on trends. jQuery And CSS Link Styles play a big part in the look and feel of any website, and jQuery can help us change them dynamically. jQuery Sample - Free Source Code, Examples, Tutorials, and Demos for jQuery, AJAX, and jQuery UI. Basic AJAX Techniques In this post, I'll be explaining the basics of making AJAX requests using jQuery, JavaScript and HTML.

jQuery Sample - Free Source Code, Examples, Tutorials, and Demos for jQuery, AJAX, and jQuery UI

A quick summary of what AJAX is: the web browser sends an HTTP request to the server for a specified file or web service; the server then, generally, sends back some data or a file. Now, lets review the simpler AJAX commands jQuery provides. The simplest version of .load(url) - this method is distinct from the other AJAX methods in that it is called on a DOM element, rather than being a global function. The response from the server is then injected into the provided DOM element. Generating a Table with AJAX and XML jQuery allows you to navigate XML using the same DOM functions used for traversing HTML documents. jQuery Effects: Slide, Fade, and Animate jQuery comes with a handful of excellent CSS-based animation effects. Capturing and Programming for Mouse Events Basic DOM Traversal with jQuery The fundamental structure of the DOM is that of a tree.

HTML Code. 50+ Amazing Jquery Examples- Part1. Dec 20 2007 * This post is regularly updated. * Many of us have been using a good deal of jQuery plugins lately.

50+ Amazing Jquery Examples- Part1

Below I have provided a list of the 50 favorite plugins many developers use. Menu 1) LavaLamp 2) jQuery Collapse -A plugin for jQuery to collapse content of div container. 3) A Navigation Menu- Unordered List with anchors and nested lists, also demonstrates how to add a second level list. 4) SuckerFish Style Tabs 5) jQuery UI Tabs / Tabs 3 – Simple jQuery based tab-navigation 6) TabContainer Theme – JQuery style fade animation that runs as the user navigates between selected tabs. Accordion 7 ) jQuery Accordion Demo 8) Simple JQuery Accordion menu SlideShows 9) jQZoom- allows you to realize a small magnifier window close to the image or images on your web page easily. 10) Image/Photo Gallery Viewer- allows you to take a grouping of images and turn it into an flash-like image/photo gallery. Transition Effects.