最終更新:2017-12-30 (土) 02:33:23 (2302d)  

jQuery.load
Top / jQuery.load

.load( url [, data ] [, complete(responseText, textStatus, XMLHttpRequest) ] )

ドキュメントの一部の取得

  • allows us to specify a portion of the remote document to be inserted. This is achieved with a special syntax for the url parameter.
    $( "#result" ).load( "ajax/test.html #container" );