Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなポップアップにリンクをロードしています:popup.load(this.getTrigger().attr("href")); これは機能していますが、より具体的に.includeは、ロードされた の div内のコンテンツのみが必要ですhref。.include上記のコードを更新して、上記のコンテンツを呼び出すにはどうすればよいhrefですか?
popup.load(this.getTrigger().attr("href"));
.include
href
ありがとうございました