MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / isFloating

Function isFloating

Three.js/js/jquery-ui.js:3486–3488  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

3484}
3485
3486function isFloating(item) {
3487 return (/left|right/).test(item.css("float")) || (/inline|table-cell/).test(item.css("display"));
3488}
3489
3490$.widget("ui.sortable", $.ui.mouse, {
3491 version: "1.10.2",

Callers 1

jquery-ui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected