Make WordPress Core

Changes between Version 28 and Version 29 of Ticket #22896, comment 29


Ignore:
Timestamp:
01/24/2013 05:21:47 PM (11 years ago)
Author:
auniquename
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22896, comment 29

    v28 v29  
    164164
    165165Also, this an answer to the original issue of this ticket. WordPress could do the same as I have for my plugin by creating WPjQuery/wpjquery prefixed versions of jQuery and its plugins to be used by the core admin functionality, that would not be over-ridable by plugins. Though as mentioned and requested a proper AMD loader implementation is the correct solution as I currently see it.
     166
     167`*****`
     168
     169EDIT3: Yup, confirmed isolation of jQuery using my hack. Yay! Now I have some thoughts for the jQuery UI team on DOM management. It seems no one over there tests functions under scoped css themes. Stuff keeps dropping out of scope depending on what functions are run on the elements. Which is ultimately my whole drive here. Reliable and complete scoping of jQuery UI themes.