Here is my code :
var t_slide = $("#6_toggle");
t_slide.load("6_toggle/1.html");
Here is 1.html
<script type="text/javascript" src=" URL PATH .. js/view.min.js"></script>
<a class="view" ... </a>
<a class="view" ... </a>
It works well when I open 1.html directly but it doesn't when I load it in my div with the load function
Does anyone have a clue?