loading page framents with Jquery AJAX

Posted by stoplion on Stack Overflow See other posts from Stack Overflow or by stoplion
Published on 2010-03-08T00:06:31Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 760

Filed under:
|

I would like to use $.ajax() to request a page, but load only fragments of that page. I know you can specify what page fragments you want with .load() but I was wondering if this is possible with $.ajax?

© Stack Overflow or respective owner

loading page framents with Jquery AJAX

Posted by stoplion on Stack Overflow See other posts from Stack Overflow or by stoplion
Published on 2010-03-08T00:06:31Z Indexed on 2010/03/08 0:12 UTC
Read the original article Hit count: 760

Filed under:
|

I would like to use $.ajax() to request a page, but load only fragments of that page. I know you can specify what page fragments you want with .load() but I was wondering if this is possible with $.ajax?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX