Class type JQuery.jQuery


class type jQuery = object .. end

method each : (int -> Dom.element -> bool) -> unit
method size : int
method _get_length : int
method _get_selector : string
method _get_context : Dom.element
method get : Dom.element array
method get_index_ : int -> Dom.element
method index : Dom.element -> int
method index_jQuery_ : jQuery -> int
method data : 'a. string -> 'a
method data_store_ : 'b. string -> 'b -> unit
method removeData : string -> unit
method queue : string -> (unit -> unit) array
method queue_enqueue_ : string -> (unit -> unit) -> unit
method queue_replace_ : string -> (unit -> unit) array -> unit
method dequeue : string -> unit
method attr : 'c. string -> 'c
method attr_obj_ : 'd. 'd -> unit
method attr_set_ : 'e. string -> 'e -> unit
method removeAttr : string -> unit
method addClass : string -> unit
method hasClass : string -> bool
method removeClass : string -> unit
method toggleClass : string -> unit
method toggleClass_switch_ : string -> bool -> unit
method html : string
method html_set_ : string -> unit
method text : string
method text_set_ : string -> unit
method val_ : string
method val_set_ : string -> unit
method val_array_ : string array
method val_setarray_ : string array -> unit
method eq : int -> jQuery
method filter : string -> jQuery
method filter_fn_ : (int -> bool) -> jQuery
method is : string -> bool
method map : 'f. (int -> Dom.element -> 'f) -> jQuery
method not : string -> jQuery
method not_element_ : Dom.element -> jQuery
method not_elements_ : Dom.element array -> jQuery
method slice : int -> int -> jQuery
method slice_from_ : int -> jQuery
method add : string -> jQuery
method add_element_ : Dom.element -> jQuery
method add_elements_ : Dom.element array -> jQuery
method children : jQuery
method children_expr_ : string -> jQuery
method closest : jQuery
method closest_expr_ : string -> jQuery
method contents : jQuery
method find : string -> jQuery
method next : jQuery
method next_expr_ : string -> jQuery
method nextAll : jQuery
method nextAll_expr_ : string -> jQuery
method offsetParent : jQuery
method parent : jQuery
method parent_expr_ : string -> jQuery
method parents : jQuery
method parents_expr_ : string -> jQuery
method prev : jQuery
method prev_expr_ : string -> jQuery
method prevAll : jQuery
method prevAll_expr_ : string -> jQuery
method siblings : jQuery
method siblings_expr_ : string -> jQuery
method andSelf : jQuery
method end_ : jQuery
method append : string -> unit
method append_element_ : Dom.element -> unit
method append_jQuery_ : jQuery -> unit
method appendTo : string -> unit
method prepend : string -> unit
method prepend_element_ : Dom.element -> unit
method prepend_jQuery_ : jQuery -> unit
method prependTo : string -> unit
method after : string -> unit
method after_element_ : Dom.element -> unit
method after_jQuery_ : jQuery -> unit
method insertAfter : string -> unit
method before : string -> unit
method before_element_ : Dom.element -> unit
method before_jQuery_ : jQuery -> unit
method insertBefore : string -> unit
method wrap : string -> unit
method wrap_element_ : Dom.element -> unit
method wrapAll : string -> unit
method wrapAll_element_ : Dom.element -> unit
method wrapInner : string -> unit
method wrapInner_element_ : Dom.element -> unit
method replaceWith : string -> unit
method replaceWith_element_ : Dom.element -> unit
method replaceWith_jQuery_ : jQuery -> unit
method replaceAll : string -> unit
method empty : unit
method remove : unit
method remove_expr_ : string -> unit
method clone : bool -> jQuery
method css : string -> string
method css_obj_ : 'g. 'g -> unit
method css_set_ : string -> string -> unit
method offset : < _get_left : int; _get_top : int >
method position : < _get_left : int; _get_top : int >
method scrollTop : int
method scrollTop_set_ : int -> unit
method scrollLeft : int
method scrollLeft_set_ : int -> unit
method height : int
method height_set_ : int -> unit
method width : int
method width_set_ : int -> unit
method innerHeight : int
method innerWidth : int
method outerHeight : bool -> int
method outerWidth : bool -> int
method ready : ((string -> jQuery) -> unit) -> unit
method bind : string -> (Dom.event -> bool) -> unit
method bind_data_ : 'h. string -> 'h -> (Dom.event -> bool) -> unit
method one : string -> (Dom.event -> bool) -> unit
method one_data_ : 'i. string -> 'i -> (Dom.event -> bool) -> unit
method trigger : string -> unit
method trigger_data_ : 'j. string -> 'j array -> unit
method trigger_event_ : Dom.event -> unit
method trigger_eventdata_ : 'k. Dom.event -> 'k array -> unit
method trigger_obj_ : 'l. 'l -> unit
method trigger_objdata_ : 'm 'n. 'm -> 'n array -> unit
method triggerHandler : string -> unit
method triggerHandler_data_ : 'o. string -> 'o array -> unit
method triggerHandler_event_ : Dom.event -> unit
method triggerHandler_eventdata_ : 'p. Dom.event -> 'p array -> unit
method triggerHandler_obj_ : 'q. 'q -> unit
method triggerHandler_objdata_ : 'r 's. 'r -> 's array -> unit
method unbind : string -> unit
method unbind_fn_ : string -> (Dom.event -> bool) -> unit
method unbind_event_ : Dom.event -> unit
method unbind_eventfn_ : Dom.event -> (Dom.event -> bool) -> unit
method unbind_obj_ : 't. 't -> unit
method unbind_objfn_ : 'u. 'u -> (Dom.event -> bool) -> unit
method unbind_all_ : unit
method live : string -> (Dom.event -> bool) -> unit
method die : string -> unit
method die_fn_ : string -> (Dom.event -> bool) -> unit
method die_all_ : unit
method hover : (Dom.mouseEvent -> unit) -> (Dom.mouseEvent -> unit) -> unit
method toggle_2_ : (Dom.mouseEvent -> unit) -> (Dom.mouseEvent -> unit) -> unit
method toggle_3_ : (Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) -> (Dom.mouseEvent -> unit) -> unit
method toggle_4_ : (Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) -> (Dom.mouseEvent -> unit) -> unit
method toggle_5_ : (Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) ->
(Dom.mouseEvent -> unit) -> (Dom.mouseEvent -> unit) -> unit
method blur : (Dom.event -> bool) -> unit
method blur_trigger_ : unit
method change : (Dom.event -> bool) -> unit
method change_trigger_ : unit
method click : (Dom.mouseEvent -> bool) -> unit
method click_trigger_ : unit
method dblclick : (Dom.mouseEvent -> bool) -> unit
method dblclick_trigger_ : unit
method error : (Dom.event -> bool) -> unit
method error_trigger_ : unit
method focus : (Dom.event -> bool) -> unit
method focus_trigger_ : unit
method keydown : (Dom.keyEvent -> bool) -> unit
method keydown_trigger_ : unit
method keypress : (Dom.keyEvent -> bool) -> unit
method keypress_trigger_ : unit
method keyup : (Dom.keyEvent -> bool) -> unit
method keyup_trigger_ : unit
method load_event_ : (Dom.event -> bool) -> unit
method mousedown : (Dom.mouseEvent -> bool) -> unit
method mouseenter : (Dom.mouseEvent -> bool) -> unit
method mouseleave : (Dom.mouseEvent -> bool) -> unit
method mousemove : (Dom.mouseEvent -> bool) -> unit
method mouseout : (Dom.mouseEvent -> bool) -> unit
method mouseover : (Dom.mouseEvent -> bool) -> unit
method mouseup : (Dom.mouseEvent -> bool) -> unit
method resize : (Dom.event -> bool) -> unit
method scroll : (Dom.event -> bool) -> unit
method select : (Dom.event -> bool) -> unit
method select_trigger_ : unit
method submit : (Dom.event -> bool) -> unit
method submit_trigger_ : unit
method unload : (Dom.event -> bool) -> unit
method show : unit
method show_ms_ : int -> (unit -> unit) -> unit
method show_speed_ : string -> (unit -> unit) -> unit
method hide : unit
method hide_ms_ : int -> (unit -> unit) -> unit
method hide_speed_ : string -> (unit -> unit) -> unit
method toggle : unit
method toggle_switch_ : bool -> unit
method toggle_ms_ : int -> (unit -> unit) -> unit
method toggle_speed_ : string -> (unit -> unit) -> unit
method slideDown : unit
method slideDown_ms_ : int -> (unit -> unit) -> unit
method slideDown_speed_ : string -> (unit -> unit) -> unit
method slideUp : unit
method slideUp_ms_ : int -> (unit -> unit) -> unit
method slideUp_speed_ : string -> (unit -> unit) -> unit
method slideToggle : unit
method slideToggle_ms_ : int -> (unit -> unit) -> unit
method slideToggle_speed_ : string -> (unit -> unit) -> unit
method fadeIn : unit
method fadeIn_ms_ : int -> (unit -> unit) -> unit
method fadeIn_speed_ : string -> (unit -> unit) -> unit
method fadeOut : unit
method fadeOut_ms_ : int -> (unit -> unit) -> unit
method fadeOut_speed_ : string -> (unit -> unit) -> unit
method fadeTo : int -> float -> unit
method fadeTo_ms_ : int -> float -> (unit -> unit) -> unit
method fadeTo_speed_ : string -> float -> (unit -> unit) -> unit
method animate : 'v. 'v -> unit
method animate_ms_ : 'w. 'w -> int -> string -> (unit -> unit) -> unit
method animate_speed_ : 'x. 'x -> string -> string -> (unit -> unit) -> unit
method animate_custom_ : 'y 'z. 'y -> 'z -> unit
method stop : bool -> bool -> unit
method load : string -> unit
method load_fn_ : 'a1.
string -> 'a1 -> (string -> string -> Dom.xMLHttpRequest -> unit) -> unit
method ajaxComplete : 'b1. (Dom.event -> Dom.xMLHttpRequest -> 'b1 -> unit) -> unit
method ajaxError : 'c1 'd1. (Dom.event -> Dom.xMLHttpRequest -> 'c1 -> 'd1 -> unit) -> unit
method ajaxSend : 'e1. (Dom.event -> Dom.xMLHttpRequest -> 'e1 -> unit) -> unit
method ajaxStart : (Dom.event -> unit) -> unit
method ajaxStop : (Dom.event -> unit) -> unit
method ajaxSuccess : 'f1. (Dom.event -> Dom.xMLHttpRequest -> 'f1 -> unit) -> unit
method serialize : string
method serializeArray : 'g1. 'g1 array