Skip to main content

Search and Top Navigation

#15127 closed bug (notabug)

Opened January 13, 2017 02:52PM UTC

Closed January 13, 2017 04:34PM UTC

jQuery 3, NPM, Jquery UI

Reported by: dimti Owned by:
Priority: minor Milestone: none
Component: ui.autocomplete Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:
Description

A try to launch my simple code for use autocomplete in text field.

npm deps

    "jquery": "^3.1.1",

    "jquery-ui": "^1.12.1",

No good look..

Javascript error: autocomplete is not a function

But if npm deps

    "jquery": "^2.2.4",

    "jquery-ui": "1.10.5",

All its work

May be bug or i stupid?

Attachments (0)
Change History (2)

Changed January 13, 2017 03:11PM UTC by rjollos comment:1

description: A try to launch my simple code for use autocomplete in text field. \ \ npm deps \ "jquery": "^3.1.1", \ \ "jquery-ui": "^1.12.1", \ \ No good look.. \ \ Javascript error: autocomplete is not a function \ \ But if npm deps \ "jquery": "^2.2.4", \ \ "jquery-ui": "1.10.5", \ \ All its work \ \ May be bug or i stuid?A try to launch my simple code for use autocomplete in text field. \ \ npm deps \ {{{ \ "jquery": "^3.1.1", \ \ "jquery-ui": "^1.12.1", \ }}} \ \ No good look.. \ \ {{{ \ Javascript error: autocomplete is not a function \ }}} \ \ But if npm deps \ {{{ \ "jquery": "^2.2.4", \ \ "jquery-ui": "1.10.5", \ }}} \ \ All its work \ \ May be bug or i stupid?

Changed January 13, 2017 04:34PM UTC by scottgonzalez comment:2

resolution: → notabug
status: newclosed

1.10.5 and 1.12.1 are very different in npm (we did not own the old module). Please see the upgrade guide.