does everybody know how to fix the problem of css after an Ajax request with $.load? For example, If I want to load just a DIV from a webpage, after my Ajax request with:
$('container').load('path_to_div #div_id');
I lose all the css and scripts that was associated with that div
Any idea please