發表文章

目前顯示的是 8月, 2019的文章

boostrap判斷當前slider的index

$('#carousel-id').on('slide.bs.carousel', function (e) {       var active = $(e.target).find('.carousel-inner > .item.active');       var from = active.index();       var next = $(e.relatedTarget);       var to = next.index();       to=to+1;       // console.log(from + ' => ' + to);     });

html錨點

html錨點說明▼ https://kknews.cc/zh-tw/tech/ena88ry.html

Mysqli query LIKE

$search_text = '%'.$_GET['search_text'].'%'; $rs = $mysqli->query("SELECT * FROM `user` WHERE $search_category LIKE '$search_text' "); search 用百分比把物件包起來,再到LIKE 用引號 ' ' 把變數包起來。

PHP+ajax+jquery猜謎遊戲

寫了一個 PHP+ajax+jquery猜謎遊戲。來猜謎吧~ http://towertest2019.000webhostapp.com/

fabric.js 拍貼機

使用fabric.js+php所製作的拍貼機,使用者可合成相片並下載。 PC版: https://fgophoto12.000webhostapp.com/ 手機版: https://fgophoto12.000webhostapp.com/mobile.php

jquery 射擊遊戲

寫了一個jquery射擊遊戲原型,玩玩看巴。 http://jackietsaitsai.000webhostapp.com/source/webgame-front-end/shoot_game/index.html