Hi @Vinit_Pillai In the page where you are getting error, right click on the page and click view source and in source search(Ctrl+F) for jquery. Make sure that jquery loads in head section of your page.document. is Javascript and will work without error$(document). $ is jquery framework, we should l...