Exemplo n.º 1
0
 /**
  * Désactive une condition activée avec l'option $persists à true
  */
 public static function endCondition()
 {
     Jquery::$condition = NULL;
     Jquery::$else = NULL;
     Jquery::$persists = false;
 }