jQuery Archive

  • jQuery, PHP, and Forms

    jQuery, PHP, and Forms

    I decided to put up a quick post on how I have been using jQuery and PHP to process forms for me very easily. To get started, let me give you a background on what I have been trying to do. I have a page with a list of info, and I wanted [...]

    Read More

  • Nifty PHP/AJAX tricks

    Nifty PHP/AJAX tricks

    This brief tutorial covers usage of the exit function to help with AJAX scripts as well as how to return both a numeric and associative array via AJAX.

    Read More

  • jQuery tutorial has been posted.

    jQuery tutorial has been posted.

    This is a simple tutorial, designed mostly just to introduce you to jQuery. If you have had some experience with Javascript, you should be able to pick this up very quickly after reading through the tutorial. I provide the structure and a couple examples. If anyone needs help with a script or [...]

    Read More

  • jQuery – Lesson 2

    jQuery – Lesson 2

    I have been working pretty intensely with jQuery and have learned a lot. It is a difficult language to work with because it is picky. But once you understand it, it is actually quite simple to manipulate. Today I want to cover parent/child/sibling relationships and how jQuery can be very effective here. I [...]

    Read More

  • jQueryui drop down menu

    jQueryui drop down menu

    I was going to title this post: “jQuery, your friend and enemy” because I spent close to 2 hours today hating it and thinking of coding my own functions rather than trying to work with it. Eventually I figured out what I was doing and made it work beautifully with the custom ui template [...]

    Read More