package ezjs_jquery

  1. Overview
  2. Docs
Bindings for JQuery

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=f2a60765d157c78459a42eb54eb8885f
sha512=4c6458672687b6eb27048a681ebeb42fd5207615ff965b2edcc90cf190b1d08912b37688f5f612a8ce02399e0b148f6eecc7d72612b4314b04f7929a41e32b9a

doc/ezjs_jquery.sortable/Ezjs_sortable/index.html

Module Ezjs_sortableSource

Sourceclass type container = object ... end
Sourceclass type group = object ... end
Sourceval make_container_options : ?drag:??? -> ?drop:??? -> ?exclude:??? -> ?group:??? -> ?nested:??? -> ?vertical:??? -> unit -> container Js_of_ocaml.Js.t
Sourceval make_group : ?containerPath:??? -> ?containerSelector:??? -> ?distance:??? -> ?delay:??? -> ?group:??? -> ?handle:??? -> ?itemPath:??? -> ?itemSelector:??? -> ?bodyClass:??? -> ?draggedClass:??? -> ?placeholderClass:??? -> ?placeholder:??? -> ?pullPlaceholder:??? -> ?tolerance:??? -> unit -> group Js_of_ocaml.Js.t
Sourceval sortable : ?container_options:??? -> ?group_options:??? -> Ezjs_jquery.jquery Js_of_ocaml.Js.t -> unit