Changes between Initial Version and Version 1 of Ticket #15180


Ignore:
Timestamp:
Apr 22, 2017, 7:57:36 PM (6 years ago)
Author:
Max Loeb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15180 – Description

    initial v1  
    55While 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:
    66
    7 
    8 {{{
    9 $.ui.position = {
    10 }}}
     7https://github.com/jquery/jquery-ui/blob/master/ui/position.js#L317
    118
    129For people like me who want the functionality in this plugin but don't otherwise need the code in jqueryui, this can be quite frustrating.