Bug Tracker

Changes between Initial Version and Version 1 of Ticket #9400, comment 4


Ignore:
Timestamp:
May 22, 2011, 8:29:37 PM (12 years ago)
Author:
gnarf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9400, comment 4

    initial v1  
    1 Do we already have the ability to map selectors?   If not - why not just take these selectors and make them into a {{{jQuery.formSelectors.js}}} that you can include to keep them?
     1Do we already have the ability to map selectors pre-qSA?  I'm not sure it would be worth building this feature, it will likely only cause MORE confusion, not LESS. 
     2
     3If not - why not just take these selectors and make them into a {{{jQuery.formSelectors.js}}} that the end user can include to keep them if they need them?
    24
    35The actual implentation of some of these is not a simple search / replace, especially since they force {{{nodeName==="input"}}} as well, some of them search for multiple types (button/input submits for instance) and etc.