Load elements and append them

Load elements and append them

Hi!

I'd like to load elements using the function load(), and i did it:

  1. $( "#box" ).load( "http://localhost/monsiteweb/produit/of_ajax");
the problem is how to append loaded elements to the "#box" div?

Anyone knows how to do that please?


Thanks !