Changes between Initial Version and Version 1 of Ticket #23285, comment 3
- Timestamp:
- 01/25/13 00:31:16 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23285, comment 3
initial v1 5 5 Plugin collisions with other plugins and the core functionality of WordPress (usually, but not always in admin). 6 6 7 I have had to resort to an ugly and inefficient hack to ensure that the jQuery I want to use in my plugin does not conflict with the one used in WordPress or with the jQuery used by other plugins. And to attempt to have plugin with a working lifespan longer than the WordPress and jQuery release cycles.7 I have had to resort to an ugly and inefficient hack to ensure that the jQuery I want to use in my plugin does not conflict with the one used in WordPress or with the jQuery used by other plugins. And to attempt to have a plugin with a working lifespan longer than the WordPress and jQuery release cycles. 8 8 9 9 However I have hit other significant issues with jQuery itself and I am attempting to report issues there, but their bug tracker registration is broken and I have to resort to their forums.