Needs review
Project:
Facet API select
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2013 at 07:17 UTC
Updated:
9 Sep 2013 at 07:18 UTC
Jump to comment: Most recent file
In Drupal almost everything is alterable. And this is good :) But, in current module implementation, it's not possible to unbind onchange handler, which may be required for some customization. For example, in my case, I do custom ajaxification of a search page.
Of course, unbinding can be done with $(...).unbind('change'), but this will affect every handlers.
Attached patch changes nothing, but allows to unbind onchange handler with
$(...).unbind('change', Drupal.behaviors.facetapiSelect.goToLocation).
BTW, thanks for the module!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | facetapi_select-allow_unbind_onchange_handler-2084661-1.patch | 1.1 KB | leksat |
Comments
Comment #1
leksat commented