Changes between Initial Version and Version 1 of Ticket #21106, comment 23
- Timestamp:
- 09/04/2012 07:42:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21106, comment 23
initial v1 5 5 For this to work it shouldn't use .find() and only attach the events to $(document) on load. There's no need to run it on each ajax response. All this can be seen in action on the Comments screen. 6 6 7 2. We hit a bug in jQuery. When a class name contains `: action` it cannot be used as selector in jQuery even when the `:` is escaped (it won't select any elements). This affects `process()` too.7 2. We hit a bug in jQuery. When a class name contains `:event` it cannot be used as selector in jQuery even when the `:` is escaped (it won't select any elements). This affects `process()` too.