What does JavaScript need when designing a page?

I have been developing websites for some time now and I hardly use Javascript on my pages.

Whatever I do with JavaScript is possible through PHP. Like the ajax itself. We can send a regular request instead of an ajax request, right? We can use "include" to include the auxiliary part of the pages.

So did I miss something about javascript that I don't know about?

+5
source share
6 answers

Javascript is a client-side technology. This allows you to do things in the browser, not on the server.

- , , .

Javascript , .

, , Javascript, , , .

Javascript .

+6

JS , (, ) () .

+1

jQuery ( , ).

AJAX , " ".

jQuery: http://www.jquery.com/ : http://jqueryui.com/demos/

@silky:

, JavaScript - . ? JavaScript - : , , , , , ... . , JavaScript.

: http://css-tricks.com/you-know-you-should-use-javascript-when/

+1

, , . - , , , " ". , .

PHP: , Javascript ( ).


, PHP , PHP , .

+1

, , javascript.

Wait for this website (Stackoverflow.com) to refresh your page to refresh your comment?

0
source

Its language for programming web-agnostics of any Windows, Linux platform, etc. It can be used for development both on the client side and on the server side.

0
source

All Articles