Show hide content using Knockout js in magento 2 on click button
I want to create content show hide functionality using knockout js in shipping page. here is my html file code <button type=”submit” title=”Select” class=”action primary” id=”rh-select-btn” data-bind=”click:addCustomOptions”><span>Select</span></button> <button type=”submit” title=”Select” class=”action primary” id=”rh-select-btn” data-bind=”click:addCustomOptions2″><span>Select2</span></button> <div> <p>Hey You</p> <div data-bind=”html: window.checkoutConfig.my_block_content”></div>… Read More »Show hide content using Knockout js in magento 2 on click button