Developer forum

Forum » Development » jQuery added to 3 files in Admin

jQuery added to 3 files in Admin

Jan Sangill
Reply

Hi,

I have at the moment added
<script src="/Admin/Resources/js/jquery-2.1.1.min.js"></script>

in this file for example: ItemListEdit.aspx

Is there are more clever way for me to add jquery to all pages in admin, without having to alter that file?

Any extenders that allow for such a override for all layout pages in admin area?


Replies

 
Nicolai Pedersen
Reply

Hi Jan

Don't do that. You will regret it... And you cannot do it, and JQuery is something we want to limit as much as possible in the backend it slows things down. You should create you add-ins without JQuery - you probably do not need it for anything if you look closely.

BR Nicolai

 
Jan Sangill
Reply

Hi Nikolai, I would love to avoid it - however, this plugin that I need:
https://ckeditor.com/cke4/addon/a11ychecker

Have it as a required dependency to run:(

 

You must be logged in to post in the forum