answersLogoWhite

0

These are the three major ones I could come up with

  1. Client-Side Validation
  2. Jquery Effects, Transitions and change to CSS code on client-side
  3. Store cache on client-side

What else can I help you with?

Related Questions

What are three types of tasks that can be performed with javascript?

These are the three major ones I could come up withClient-Side ValidationJquery Effects, Transitions and change to CSS code on client-sideStore cache on client-side


What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


How do you connect javascript using php?

Any communication between Javascript code and PHP code needs to be instigated by the Javascript. This is because Javascript is a client side script and PHP is server side. The server can't force data to the browser; it can only reply to requests. The technique of using Javascript on the client side to talk to server side scripts is referred to as AJAX (Asynchronous Javascript And XML). There are several libraries available for simplifying it's usage, and many online tutorials.


Which one is best javascript or net?

JavaScript is a client-side scripting language while .NET is a framework so obviously .NET is better.


Name two scripting languages that can be used in UNIX?

Client-Side- JavaScript, ECMAScript Server-Side- PHP


Difference between JSP and JAVA Script?

Hi, 1. JSP is a server side scripting while Javascript is as client side scripting language. 2. JSP also connects with database to fetch up the records from the database while javascript can be used for validate the code on client side.


How does form validation differ in JavaScript and PHP?

In JavaScript the validation is done client side, which means it can be easily bypassed by turning JavaScript off in your browser. But with PHP it is server side, which means you can't switch it off, so you can't bypass the validation.


Where is JavaScript executed?

No. JavaScript is downloaded into the client's browser and executed there. With one caveat. Apache has a server-side JavaScript module that reached public experimental phase. It proved the concept, but saw little (if any) actual real world use.


What is the purpose of php?

PHP is a dynamic language meant to do server-side processing where plain HTML/client-side JavaScript isn't enough.


What is Javascritpt?

JavaScript is a client-side programming language, it adds some level of style and dynamic content to a website.


What is the difference between javascript and java language?

JavaScript and Java are two different programming languages. Java is a server-side, statically typed language. JavaScript is a mostly client-side, dynamically typed language. Java supports heavy back end computations while JavaScript enables interactive AJAX ones.


What are the scope and limitation of the javascript?

The scope of JavaScript includes client-side web development, server-side scripting, and creating desktop and mobile applications. JavaScript is limited by security concerns, browser compatibility issues, and its inability to directly access system resources. Additionally, JavaScript may not be suitable for heavy computational tasks.