asi es puedes hacer perticiones de una seccion de la pagina
Cita: The .load() method, unlike $.get(), allows us to specify a portion of the remote document to be inserted. This is achieved with a special syntax for the url parameter. If one or more space characters are included in the string, the portion of the string following the first space is assumed to be a jQuery selector that determines the content to be loaded.
Código Javascript
:
Ver original$('#result').load('ajax/test.html #container');