jquery - Ajax load page without refresh -
I'm looking for information on what is the easiest way to update page content using jquery + ajax Just want to update the # container
content, but not a full page.
I am in Ajax. "
Thank you.
My Jquery Code
& script> $ (document) .ready (function () {// $ ('. Line'). Load ('services.html'); $ ('. Nav_link'). Click (function () {var page = $ (this) .attr ('href'); $ ( 'Line'). Load (page); return false;});});
HTML:
Comments
Post a Comment