how to use jquery in mendix

0
hello members, i am new in mendix. can someone guide me step by step to use jquery in my mendix website
asked
1 answers
3

You can use the HTML Snippet widget that is downloadable from the Mendix Marketplace to add HTML, JavaScript, or JavaScript with jQuery to pages in your application.

In your case, you would use the JavaScript with jQuery option, add your JavaScript into the widget, and jQuery will be available automatically to the code in this widget.

https://docs.mendix.com/appstore/widgets/html-javascript-snippet/

Hope this helps.

answered