<div class="selected"> 123 <div class="selected"> <div> Hello Again </div> </div> </div>
標籤: jquery
line fb app alert 失效 處理辦法
line fb 的 app 會開啟 瀏覽器 會導致 alert 失效 處理辦法
使用 jquery 套件 製作的 自訂的 alert 是一個不錯的選擇
<head> <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/8.11.8/sweetalert2.all.min.js"></script> </head> <body> <script> Swal.fire('test'); <script> <body>
php jquery 表格拖拉排序
php jquery 表格拖拉排序
來源:
https://footmark.info/programming-language/php/drag-sort-ajax-php/
http://bennyliustudy.blogspot.com/2015/09/httpelliotttravel.html
http://jqueryui.com/sortable/
Colorbox – a jQuery lightbox
cloorbox 的 jQuery lightbox 還蠻不錯的 不用特別去調整 大致上都能正常去使用
不過在設定關閉時間就有點差強人意了
setTimeout($.colorbox.next, 1500);
綜合以上問題 自己做了點整理 閱讀全文〈Colorbox – a jQuery lightbox〉
Jquery resize 判斷裝置大小
Jquery resize 判斷裝置大小
可以用下面的方法來判斷視窗大小 做微調 閱讀全文〈Jquery resize 判斷裝置大小〉
[轉貼]jQuery 右鍵選單- jQuery contextMenu
jQuery 右鍵選單- jQuery contextMenu
https://swisnl.github.io/jQuery-contextMenu/
https://github.com/swisnl/jQuery-contextMenu
今天發現一個不錯用的 選單 感覺後續開發 可以考慮使用來縮減一些畫面