Not able to see output for jquery below

オフライン
Hi, Below code i am trying in aras html field but what i am able to see in the output is only blocks and not able to perform any action. <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Sortable - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <style> #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; } #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; } #sortable li span { position: absolute; margin-left: -1.3em; } </style> <script src="">code.jquery.com/.../script> <script src="">code.jquery.com/.../script> <script> $( function() { $( "#sortable" ).sortable(); $( "#sortable" ).disableSelection(); } ); </script> </head> <body> <ul id="sortable"> <li class="ui-state-default">Item 1 <li class="ui-state-default">Item 2 <li class="ui-state-default">Item 3 <li class="ui-state-default">Item 4 <li class="ui-state-default">Item 5 <li class="ui-state-default">Item 6 <li class="ui-state-default">Item 7 </body> </html>  
Parents
  • Hello Chris, Excuse for trouble. But i have added files to the codetree also have given path for the same. Can you please explain more about it? It will be really helpful. Path i have given in this way <script type="text/javascript" src="Aras\Innovator\Innovator\Client\Solutions\Infyline\Solutions\Infyline\jquery.js"></script> <script> Is there mistake i am doing? Please correct.  
Reply
  • Hello Chris, Excuse for trouble. But i have added files to the codetree also have given path for the same. Can you please explain more about it? It will be really helpful. Path i have given in this way <script type="text/javascript" src="Aras\Innovator\Innovator\Client\Solutions\Infyline\Solutions\Infyline\jquery.js"></script> <script> Is there mistake i am doing? Please correct.  
Children
No Data