Changes between Initial Version and Version 1 of Ticket #15180
- Timestamp:
- Apr 22, 2017, 7:57:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15180 – Description
initial v1 5 5 While it's true that it doesn't depend on other jQuery UI components, it does seem to depend on the base jqueryui.js file being included, but only for the "$.ui" namespace to exist. If you don't include jqueryui then it crashes on line 318 of position.js: 6 6 7 8 {{{ 9 $.ui.position = { 10 }}} 7 https://github.com/jquery/jquery-ui/blob/master/ui/position.js#L317 11 8 12 9 For people like me who want the functionality in this plugin but don't otherwise need the code in jqueryui, this can be quite frustrating.