Problem with jQuery in skuid template field

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!!

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