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>
Parents Reply Children
No Data