I have tried to include the external script in my custom admin module view file.
below script i need to include in my custom admin view file.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
Can I add this script directly to view file without adding this in XML file? Will this cause any issue in admin pages if I add this script directly in view file?
Please suggest me ..
Thanks.