javascript Archive
-
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. -
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 [...] -
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 [...]