I wasn't able to reproduce the issue you're seeing when I copied your code into an HTML field in a test instance. Could you please try to download jquery and include it in your codetree? You should then update your href links to use the relative path to your local jquery files instead. You can look at the Kanban project on the Aras Labs GitHub for an example of using a local copy of the jQuery files.
ChrisInnovator\Client\scripts folder.
In your example, we would need to use a path like ..\Solutions\Infyline\jquery.js. The ..\ moves the context up to the parent folder which in this case would be the \Client\ folder. We then specify the rest of the path from the Client folder.
Your final script tag would look something like <script type="text/javascript" src="..\Solutions\Infyline\jquery.js"></script>. I hope this clears up some confusion.
Chris
Copyright © 2025 Aras. All rights reserved.