Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Is jQuery code executed on the clientside, or serverside?

user-image
Question added by Syed Kamran Hyder , Senior UI/UX / Web & Graphic Designer / SharePoint Designer , Saudi Basic Industries Corporation (SABIC)
Date Posted: 2014/10/27
Jamal Abdul Nasir
by Jamal Abdul Nasir , Team Lead , Tmam Payment Services Provider

jQuery code is executed on the client side... bt u can call the ajax call from jQuery to access server side code.. like PHP, Ruby etc..

Mostafa Ahmed Taha Taha
by Mostafa Ahmed Taha Taha , IT Manager , Nahda University

JQuery executed to Client side

Deleted user
by Deleted user

jQuery is a cross-platform JAVASCRIPT library designed to simplify the client-side scripting of HTML, Its runs on Client side.

 

Moataz Saleh
by Moataz Saleh , Senior Software Developer & Business Analyst , Dopravo

As Jamal said, the Jquery executed primarily on client-side by the browser, but it gives you the ability to call a particular function or action onto your server by sending 'xml-http Ajax request(jqXHR)' targeted specific server-side url, and receiving the response content in many different formats such as (html, Json, xml and so on). 

Sunit Ardeshna
by Sunit Ardeshna , Sr. Magento Developer , Innovify

Client side. It is basically create from javascript.

Imtiaz Ansari
by Imtiaz Ansari , Associate , Cognizant Technology Solutions

Always Client Side: Scripts that execute in client side. In context of websites, it is scripts that execute in the browser of the user.

 

Eg: Javascript, VB etc. JQuery, DOJO are libraries build on top of Javascript so it is also client side.

Deleted user
by Deleted user

It is always executed on the client side.

It is interpreted by client browser. For example Chrome has "V8" high performance javaScript engine which interpret the javaScript.

Haider Ali Chaudhry
by Haider Ali Chaudhry , Senior Software Engineer , Hexagon Safety & Infrastructure

Jquery is always used for client side scripting.

Muhammad Junaid
by Muhammad Junaid , Asp .Net Developer , Qmobile meddle east

It is executed on client side  and it is very important for developer because where  developer stuck in code it help the developer.

jQuery execute at the client side, and also you can execute it on the server by side by creating web-services and then call those web-services through AJAX calls.

Its always client side.. Node js is server side

More Questions Like This