Jump to content
xisto Community
Sign in to follow this  
masugidsk8r

Jquery: Javascripting Really Made Simple

Recommended Posts

For several months I've been avoiding this newly released Javascript library called JQuery. I took a look at it and found it to be confusing (not having read the tutorials). Companies have been asking web developers to implement this idea so I thought it'd be hard to learn. But just today, after loosing my own javascript library, I turned to JQuery for help with developing AJAX apps more easily. And to my astonishment, I found it quite doable and easy to do. It turns out that the $.ajax() function just takes a parameter of values. It's clear and cut. Tell the javascript you want an ajax function and give it some attributes such as url (where to send the data), data (the data), success(function to run) and more things that is easy to understand.I recommend trying it out for those javascript developers.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.