I am using Adminlte theme. Here i have J query libraries that are used for the theme. I have added it at the footer. If i add it in header it is causing issues in UI. My problem is I have ajax loaded pages where I need some libraries(which is also in footer) to be included there. If not, it wont work.
Now if I come back after loading that ajax pages without page refresh THE ISSUES ARE THERE. The problem is due to loading the library twice in a page. what shall i do?