Arun,
what functionality do you want from jQuery?
The code in the function node runs in the node.js environment not the browser, so most of the DOM utilities jQuery provides are not of any use and there will be native node.js alternatives to the rest.
Nick
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/7c31efdb-b536-4967-8058-e8e59ba2ab11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nick,