Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21106, comment 23


Ignore:
Timestamp:
09/04/2012 07:42:12 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21106, comment 23

    initial v1  
    55 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.
    66
    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.
     72. 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.