/**
  * Sets the global setting that jQuery validation is included
  *
  * @param boolean
  */
 public static function set_jquery_validation($bool = true)
 {
     self::$jquery_validation = $bool;
 }