jQuery AJAX Tutorial Pt2

Heres Part 2 of the jQuery AJAX login tutorial. If you haven’t already, i suggest you read part 1 located here.
We are going to start writing the PHP code to process the form. This is fairly basic stuff, using $_POST to get the values from the form, then checking them against pre-assigned values, if they [...]

Filed under: Uncategorized, ajax, code, jquery, php, tutorial, , ,

jQuery AJAX Login Series Pt1

Heyo. This is going to be the first of 4 tutorials on making a jQuery powered AJAX login system with a PHP backend. The series of tutorials will go like so.

Plan, code the form (This tutorial)
Code the PHP backend, make it work
Code the AJAX, implement it.
Tidy it up, make it look snazzy

Ok then. So [...]

Filed under: ajax, jquery, php, tutorial, , , ,

Revising the jQuery Drop Down

This post is in reference to the jquery drop down menu tutorial .
Someone emailed me asking if the menu could truely slide in , vertically, not how it is now with the slide on a slight angle ( using jquery’s show / hide ). Its very easy to alter the existing code to make it [...]

Filed under: code, jquery, ,

Making a Slide in Menu using jQuery (Video tutorial)

This video tutorial shows how to make a basic slide in/drop down menu using jQuery. The menu itself stylishly slides in and has transparencies so you can view data behind it.

Sorry for the low sound, i was trying something different with my microphone.
Demo File

Filed under: code, jquery, videotutorial, , ,

Manipulation in jQuery

So far you should have read/watched:

Basics of jQuery and Slides
Using Selectors to Select HTML Elements in jQuery

So you know the very basics of jQuery, and multiple ways to select the HTML element that you want to manipulate. In this tutorial i’ll show you how to manipulate that element after you have selected it; changing the [...]

Filed under: jquery, tutorial, ,