Ajax or Js for interactive website?

Jangga

Junior Member
Joined
Aug 8, 2016
Messages
196
Reaction score
11
Guys, I currently know php. Now, I'm somewhat confused what to lean for dynamic website... Ajax or just javascript? Or should I learn both?
 
Coming straight from w3schools:

AJAX = Asynchronous JavaScript And XML.

AJAX is not a programming language.

AJAX just uses a combination of:
  • A browser built-in XMLHttpRequest object (to request data from a web server)
  • JavaScript and HTML DOM (to display or use the data)

So focus on learning JavaScript/jQuery :)
 
Okay man ....thanks alot
 
Focus on learning Javascript. Start with jQuery or AngularJS which are the easier versions of javascript. Angular even uses html to make the javascript work
 
Please do yourself a favour and learn native javascript before you dive into frameworks / libs like jquery.
 
Start with jQuery or AngularJS which are the easier versions of javascript. Angular even uses html to make the javascript work
Mindblown :eek:

source.gif
 
Back
Top