jQuery列印圖片pdf、txt範例程式碼,jquery範例程式碼

來源:互聯網
上載者:User

jQuery列印圖片pdf、txt範例程式碼,jquery範例程式碼

html加如下代碼

<div style="display:none"> <div id="to_print"></div> <input type="button" id="print_button" value="Print" onclick="document.getElementById('FILEtoPrint').focus(); document.getElementById('FILEtoPrint').contentWindow.print();" /> </div> <script> function printSome(path){ //傳入檔案路徑 $("#to_print").html('<iframe src='+path+' id="FILEtoPrint"></iframe>'); setTimeout(function(){$("#print_button").click();}, 500); } </script>

web介面添加按鈕調用js即可


《鋒利的jQuery(第2版)》 執行個體代碼下載


 
jquerycom網網站開了jquery下載,顯示了一堆jquery代碼,要全部複製粘貼到記事本裡?詳細點解釋本人白癡

請問你指的是點擊這些連結嗎?

點擊這些下載連結直接就開啟源碼,是因為有些瀏覽器對JS檔案線上閱讀導致的,比如firefox和chrome,而有些瀏覽器不支援的話,比如IE,在IE上點擊這些連結的話,就會彈出:

當然,如果你想在firefox或chrome上直接儲存檔案的話,可以右鍵點擊上面的連結,然後選擇“目標另存新檔”就可以儲存到你想要的檔案到相應位置了。
希望我的回答能化解你的疑問。


 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.