Re: [請益] javascript 放進php中
在 php function中,無法去trigger browser 執行js嗎?
※ 引述《Neisseria (Neisseria)》之銘言:
: 不太確定是不是這個情形:
: https://stackoverflow.com/questions/610995/cant-append-script-element
: 簡單地說,把 <script> 及其內部的內容以字串直接加入 HTML 頁面中無法觸發
: 該 <script> 內的內容,一定要用 JS 程式去動態產生,如以下實例:
: var script = document.createElement( 'script' );
: script.type = 'text/javascript';
: script.src = url;
: $("#someElement").append( script );
: 因為這裡無法看到原 po 的程式架構
: 無法確認觸發該 <script> 的時機點
: 如果不是在拜訪該頁面時就載入此 <script> 的話
: 就要在客戶端用 JS 去生那個 <script>
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.239.118.156
※ 文章網址: https://www.ptt.cc/bbs/Programming/M.1542297817.A.1BA.html
→
11/16 05:27,
6年前
, 1F
11/16 05:27, 1F
→
11/16 05:28,
6年前
, 2F
11/16 05:28, 2F
→
11/16 05:28,
6年前
, 3F
11/16 05:28, 3F
→
11/16 05:28,
6年前
, 4F
11/16 05:28, 4F
→
11/16 05:29,
6年前
, 5F
11/16 05:29, 5F
→
11/16 05:30,
6年前
, 6F
11/16 05:30, 6F
推
11/17 08:08,
6年前
, 7F
11/17 08:08, 7F
→
11/20 18:16,
6年前
, 8F
11/20 18:16, 8F
推
11/25 15:13,
6年前
, 9F
11/25 15:13, 9F
→
11/25 15:13,
6年前
, 10F
11/25 15:13, 10F
→
11/25 15:14,
6年前
, 11F
11/25 15:14, 11F
→
11/25 15:16,
6年前
, 12F
11/25 15:16, 12F
→
11/25 15:16,
6年前
, 13F
11/25 15:16, 13F
→
11/25 15:17,
6年前
, 14F
11/25 15:17, 14F
推
01/01 20:27,
6年前
, 15F
01/01 20:27, 15F
→
01/01 20:28,
6年前
, 16F
01/01 20:28, 16F
→
01/01 20:28,
6年前
, 17F
01/01 20:28, 17F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 3 篇):
Programming 近期熱門文章
PTT數位生活區 即時熱門文章