轉自 https://github.com/FortAwesome/Font-Awesome/issues/11946
解答:必須在.fa中加上 font-weight: 900;
轉自 https://github.com/FortAwesome/Font-Awesome/issues/11946
解答:必須在.fa中加上 font-weight: 900;
https://stackoverflow.com/questions/13530465/how-to-declare-a-global-variable-in-php
直接宣告 $GLOBALS['xxx'],就可以直接在function裏頭使用了。
轉自 http://seanphpbook.blogspot.com/2015/04/jquery-parent-parents-closest.html
parent() 只往上查找一層
closest() 往上查找 只要找到符合條件的 就停止
parents() 往上查找 不停止 找出所有符合條件的