JQuery in ServiceNow

In order to use jQuery in ServiceNow you need to use $j or $j_glide



Note: You should avoid manipulating DOM in ServiceNow, Instead use GlideForm API

Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Difference between Validations, Callbacks and Observers