Posts Tagged ajax
-
Basic Form Validation Using The jQuery Validation Plugin
Form validation is a very important part of any web application. You have to make sure that your users are going to enter a numerical value when they put data into a quantity field (You don't want them to enter "one" into a quantity field, unless of
more -
Put Your Twitter Feed On Your Website Using jQuery
Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers. Luckily you ca
more -
Advanced jQuery Ajax Options
Yesterday we discussed how you can use jQuery as an Ajax library for your web application. The discussion only covered the most basic options to make the Ajax work. There are many more options available to modify how the Ajax behaves. Today we wil
more -
An Introduction to Ajax Using jQuery
Today I will take you through a very basic Ajax example using jQuery. Usually Ajax can be cumbersome to use, but with jQuery it is very simple. You can view the example from: http://www.learnjquerynow.com/demos/basic_ajax.php. I suggest that you v
more -
An overview of Ajax
Today we will give a high level overview of Ajax. Ajax stands for Asynchronous JavaScript And XML. What it allows you to do is by utilizing JavaScript you can update parts of a webpage without having to reload the entire page. Once you know what A
more -
This Week: Ajax with jQuery and a complete application example
This week, will not have as much of a theme as we usually try to stick to. This week, we will be utilizing jQuery to create a very basic but useful application. We will also begin discussion about Ajax and how you can use jQuery to streamline the p
more