Ver Mensaje Individual
  #9 (permalink)  
Antiguo 01/05/2011, 14:30
Avatar de alor86
alor86
 
Fecha de Ingreso: abril-2009
Mensajes: 110
Antigüedad: 15 años, 9 meses
Puntos: 5
Respuesta: cargar un div en la misma pagina

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
  1. $('#result').load('ajax/test.html #container');
__________________
Cada vez que toco mi código, doy a luz a diez nuevos bugs