Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6844, comment 39


Ignore:
Timestamp:
09/15/2016 06:29:50 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6844, comment 39

    initial v1  
    11Found an issue where trying to do an AJAX search from a component's directory page would not return the proper results.
    22
    3 The problem is due to moving the `<input name="">` out of the `<label>` element and our AJAX JS looking explicitly for '<label><input></label>`.
     3The problem is due to moving the `<input name="">` out of the `<label>` element and our AJAX JS looking explicitly for `<label><input></label>`.
    44
    55I'm going to fix this by adjusting our JS to look for `input[name]` instead.