- val setInnerHtml : < innerHTML : < set : Js_min.js_string Js_min.t -> unit; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> unit
- val setText : < textContent : < set : Js_min.js_string Js_min.t Js_min.opt -> unit; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string option -> unit
- val addClass : < classList : < get : < add : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'a
- val addClasses : < classList : < get : < add : Js_min.js_string Js_min.t -> unit Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string list -> unit
- val removeClass : < classList : < get : < remove : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'a
- val containsClass : < classList : < get : < contains : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'a
- val setAttribute : < setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> string -> 'a
- val removeAttribute : < removeAttribute : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> 'a
- val getAttribute : < getAttribute : Js_min.js_string Js_min.t -> 'a Js_min.Opt.t Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> 'a option
- val setCSS : < setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> (string * string) list -> 'a
- val addCSS : < getAttribute : Js_min.js_string Js_min.t -> string Js_min.Opt.t Js_of_ocaml.Js.meth; setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> (string * string) list -> 'a
- val appendChild : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t -> unit
- val removeChild : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t -> unit
- val appendChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t list -> unit
- val children : < childNodes : < get : 'a Js_min.Dom.nodeList Js_of_ocaml__.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> 'a Js_of_ocaml__.Js.t list
- val removeChildi : Js_min.Dom.node Js_of_ocaml.Js.t -> int -> unit
- val removeChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> unit
- val replaceChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t list -> unit
- val by_id : string -> Js_min.Dom_html.element Js_of_ocaml__.Js.t
- val addListener : < .. > Js_of_ocaml__.Js.t -> string -> ('a Js_min.Dom.event Js_of_ocaml__.Js.t -> bool) -> unit
- val encapse : string -> string
- val strings_to_array : string list -> string
- val strings_to_object : (string * string) list -> 'a