Jump to content

JQuery prerequisite


Mahdi

Recommended Posts

In the name of GOD

hi guys:which one is most important javascript , jquery or ajax ?for learning JQuery is necessary learning something befor learning JQuery for example javascript or ....?Do you know some books for Beginners ?Thanks for your helping.

Link to comment
Share on other sites

start with javascript once you grasp that well it wont be hard to get the rest. if you are not in any production project you should not worried about jquery for now. jquery is library of js which makes things easier and faster to develop which is good when you are in production project where time matters. but if you want to learn js would be the best choice to start. https://developer.mozilla.org/en/JavaScript/Reference <= complete referencehttps://developer.mozilla.org/en/DOM <= DOMhttps://developer.mozilla.org/en/JavaScript/Guide <= basic to in depth start with w3schools tutorials to get the concept and after that when you need more information look into the reference. MDN is good but remember it is browser specific. so some of them are only for mozilla . you can see in the reference which is as per w3 and which are not. w3 is the standard. you should not have trouble with that there is reference for other browser too but MDN was best for me. there is lot of examples and elaborations. you can find about ajax also into it.

  • Like 1
Link to comment
Share on other sites

Thank you guyswhich one is most important and useful to web?
They both are. jQuery is a library of useful and documented functions/methods for Javascript. It also includes functionality for AJAX, which is part of Javascript. The bottom line is that you need to at least understand some Javascript first. If you've read the tutorials, and done some research and practice, you will understand both their roles in the context of javascript applications. Edited by thescientist
Link to comment
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
×
×
  • Create New...