The M-Files Community will be updated on Tuesday, April 2, 2024 at 10:00 AM EST / 2:00 PM GMT and the update is expected to last for several hours. The site will be unavailable during this time.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UIX Framework - jQuery

Are we able to use jQuery with UIX Framework applications? In my dashboard html file, I am trying to reference jQuery as a src, see below. Will this work or would I have to go about this a different way?

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
function OnNewDashboard( dashboard )
{

    $(document).ready(function($){

        });



}
</script>