Oh my goodness, this is very clearrrr and very simple!! This is soo helpful! Thank you for taking your time to explain everything step by step!! I now have a very detailed understanding of AJAX!
@programcrafting Жыл бұрын
Grate tutorial , i am getting error but i tried to use vs code live server then it works find Thanks and appreciate your efforts to make things easy ...
@shoutmeback25874 жыл бұрын
Sir my text card is printing ${data} but not the actual file text. In console, it is working fine. The variable name is the same 'data'.
@majorcodegeek4 жыл бұрын
Pls mine refuse to load. The console said that the XMLrequest is against CORS policy and its originally is null and I can only use it for protocol.
@shoutmeback25874 жыл бұрын
It is because chrome does not allow it by default. You can use a localhost server using xampp. When you run it with the localhost then your problem will be solved.
@majorcodegeek4 жыл бұрын
@@shoutmeback2587 is xampp an app
@shoutmeback25874 жыл бұрын
@@majorcodegeek It is a software by which you can start a local server on your PC
@thotanagaraju78713 жыл бұрын
hello sir i got the error LIke : Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
@keerthikeerthi81623 жыл бұрын
it is not appearing on page for text
@mcne4689 Жыл бұрын
sorry, you are trying to show how you can code with css than with ajax.
@syedmujeebh66614 жыл бұрын
What does ${} means
@majorcodegeek4 жыл бұрын
It's used to seclude a particular term or word from the string. Meaning it is a paremeter in the function.