[請益] css被php的迴圈判斷式卡住

作者: samuel1201 (samuel1201)   2016-08-28 02:23:12
大家好,
我有個dropdown menu 套件模組
if (in_array($item->id, $path)) {
$class .= ' active';
}
製作出來的選單, active時選單會自動打開
模組可以製作出N個選單出來
有的選單需要自動打開 但有些選單我並不需要他自動打開
目前我產出的menu 假設是 menu1, menu2, menu3.....etc
$item->id 會自動帶入
我希望 menu3 可以不要有 active 這個 class 加入
不曉得可以透過指定 id 的方法 寫進 if 的 loop 裡面嗎?
例如 $item->menu3 $class .=''; 就空著不要加入active 的class
作者: ns1234 (FAR)   2016-08-28 02:43:00
if(in_array($name,$auto_active) and in_array($id..)) ?
作者: samuel1201 (samuel1201)   2016-08-28 03:02:00
不太理解 T_T
作者: ns1234 (FAR)   2016-08-28 03:11:00
把你要自動打開的menu寫成一個array,array('menu1','menu2if(這個item在是要自動打開的 and in_array($id,$path))就加class="active"後面的in_array是你原本的條件
作者: samuel1201 (samuel1201)   2016-08-28 03:49:00
if (in_array('classID') and in_array($item->id, $p$path))這樣寫對嗎? 把要自動打開的放到 classID ?不好意思我是美術設計 想好久 :p貼我原本的程式碼 http://imgur.com/a/xt3ZZ

Links booklink

Contact Us: admin [ a t ] ucptt.com