Skip to main content
Nintex Community Menu Bar
Question

Problem with jQuery in skuid template field

  • July 10, 2024
  • 1 reply
  • 15 views

Forum|alt.badge.img+4

After investigation i found that Skuid does not recognize $ sign for jQuery. Hence i have used jQuery now .

var $ = skuid.jQuery, args = arguments[0],item = args.item,list = args.list,model = args.model;

but now i am not getting any value in arguments[0].

I am using this inside template field . 


Thanks in advance for quick help!!

1 reply

Forum|alt.badge.img+7

Hi Sumeet,

If you want to use jQuery we’d encourage you to look into JavaScript snippets. Look here (http://help.skuid.com/m/11720/l/204699-introduction-to-skuid-snippets) for an overview of snippets, and if you scroll down the page you’ll see links to some tutorials under Table of Contents. Hope this helps!

Thanks!
Amy