reload jquery and js library

chokoboko

New Member
I reload my page using an updatepanel. In my masterpage I do the following.\[code\]<script src="http://stackoverflow.com//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script> <script src="http://stackoverflow.com/questions/14080816/App_Themes/Project/js/core.js"></script><script src="http://stackoverflow.com/questions/14080816/App_Themes/Project/js/libs/modernizr-1.6.min.js"></script>\[/code\]When I partially reload a page with ajax (updatepanels), this files are nog loaded. So an slider is impossible to use.Is there a way to load this files when I do a Ajax call?
 
Back
Top