Which javascript framework used by ServiceNow ?

Sanjeev Kumar1
Kilo Sage

Hi All,

Please let me know which javascript framwork used by ServiceNow.

 

  1. jQuery
  2. Prototype
  3. MooTools
  4. Dojo
  5. AngularJS

If ServiceNow using some javaScript framwork can we access that using some object.

e.g.

If we use jQuery or Prototype we need to use $ to access.

 

$(document).ready(function(){     // jQuery methods go here...});
1 ACCEPTED SOLUTION

Sanjeev Kumar1
Kilo Sage

Hi All,


I got Answer.


it is Prototype which ServiceNow is using



Prototype v1.7.2 API documentation | Home


View solution in original post

4 REPLIES 4

Harish KM
Kilo Patron
Kilo Patron

Hi Sanjeev,



                        Great Question..Even i am waitin for d answer..


Regards
Harish

Sanjeev Kumar1
Kilo Sage

Hi All,


I got Answer.


it is Prototype which ServiceNow is using



Prototype v1.7.2 API documentation | Home


jesusemelendezm
Mega Guru

Great question!


Sanjeev Kumar1
Kilo Sage

Hi All,


Now when you work with serviceNow it will load both JavaScript framework


1. jQuery


2. prototype



you can access jQuery function using $j object.


and you can access prototype functions by $ .



Thanks,


Sanjeev Kumar