I used ajax before, but I never did it with jquery till I recently learned it. I have a function on my billing interface that pops up a box for the user to update some information. Well before I had write out the raw ajax script, checking for browsers etc, and then ajax would return a comma’d string that i would then split with javascript and then allocate that data somewhere. how naiive was I? Now i can just jquery to do the ajax and then return a JSON object with the data which is awesome! Its so much quicker and sooo much less code
In this tutorial I demonstrate the effects of script placement. I also cover the basics of browser events. Browser events will be covered in greater detail, along with functions in the next video.
In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL. No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information. A good knowledge of Javascript and PHP/MySQL is required to get full use of this tutorial
In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL. No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information. A good knowledge of Javascript and PHP/MySQL is required to get full use of this tutorial