Changes between Initial Version and Version 1 of Ticket #6008
- Timestamp:
- Sep 1, 2010, 8:44:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6008 – Description
initial v1 1 1 jQuery was refactored in 1.4 such that .remove() isn't used for every method that removes elements. We should hook into jQuery.cleanData if it exists, and proxy .remove() if it doesn't. 2 3 see [http://forum.jquery.com/topic/jquery-empty-does-not-destroy-ui-widgets-whereas-jquery-remove-does-using-ui-1-8-4 forum post].