0
some problem of writing javascript and ajax together because both are written inside the tags <script></script>
?
Is connected with this question
For example, inside the tags I can write a function in javascript and then a function in ajax?
comes in the continuity of this question I can write in Javascript inside PHP?
I thought it useful to list my similar questions
What do you mean "write javascript and ajax together"? Ajax is Javascript...
– Sergio
AJAX is a technology that uses JS, it is not another language: https://pt.wikipedia.org/wiki/AJAX_(program%C3%A7%C3%A3o) So the question makes no sense.
– Maniero
Friend, the definition of AJAX is Asynchronous Javascript and XML, IE, Ajax is Javascript, rephrase your question so that it is easier to understand what you want to do.
– mauricio caserta
Answered my question then javascript = ajax with other functions
– Amadeu Antunes
Heed javascript is not = ajax,
XMLHttpRequest
(ajax) is a API javascript, so by "writing ajax", you are already doing javascript, as well as theFileReader
is another API javascript.– Guilherme Nascimento
A little about ... http://www.linhadecodigo.com.br/artigo/3585/ajax-basico-introducao.aspx
– mauricio caserta
And if it’s not clear yet, you never "write ajax", always write javascript. Javascript may involve ajax (think ajax as an operation), or not.
– bfavaretto
All you had to do was research "Ajax or Javascript" google, and you’d have the answer.
– Edilson