Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
Dependent exposed filter using jQuery
Hi,
I created two expanded filters (BEF) with radio buttons and auto-submit.
I'm making dependent filters using the following code
$("#edit-tid-4").live("click change", function(){
$('#edit-tid-1-8').attr('disabled','disabled');
});
The code works, the required radio button becomes inactive, but only without auto-submit.
Can someone help with the code? If you're strong in jQuery, how can I extend the life of the event or call it again after the AJAX processing is complete?
Thank you...
- Log in to post comments