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.
このプラグインを使用して UI をブロックしながら、要素のクリック イベントで php ファイルのコンテンツを取得したいと考えています。私のコードはこれです:
<li onclick="$.blockUI({ message: $.get('page.php') });" />
これにより UI がブロックされますが、他には何も起こりません。jQuery get 関数はそのファイルの内容を返しますか? この目的のために別の関数を使用する必要がありますか?