I'm trying to import an HTML file using jQuery:
$('#section1').load('section1.html');
The problem is that when the code is loaded jQuery doesn't work well. Inside this HTML I have some jQuery UI and some checkbox that if I don't use "load" function work, but if I import it, they are not recognized.