2017-04-02 74 views

回答

1

無論load也不是上下文字符串實際創建HTML。它們是創建虛擬DOM的起點。

Refer to the Manipulation section in the documentation用於注入DOM的方法。即,提供了用於注射以下方法:

  • append
  • appendTo
  • prepend
  • prependTo
  • after
  • insertAfter
  • before
  • insertBefore
  • replaceWith
  • html
  • wrap