- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2014 03:12 AM
Hi All,
Please let me know which javascript framwork used by ServiceNow.
- jQuery
- Prototype
- MooTools
- Dojo
- 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...});
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2014 05:21 AM
Hi All,
I got Answer.
it is Prototype which ServiceNow is using
Prototype v1.7.2 API documentation | Home

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2014 03:15 AM
Hi Sanjeev,
Great Question..Even i am waitin for d answer..
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2014 05:21 AM
Hi All,
I got Answer.
it is Prototype which ServiceNow is using
Prototype v1.7.2 API documentation | Home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2015 10:02 AM
Great question!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2015 04:04 AM
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