did you activate widget ?
ACP > Extension > Widget
Select in right scroll menu the module recent cards.
How would I go about unloading an element using jQuery for this application?
Currently on my site, the standalone doesn't want to close when using the back button and I'm not sure about how to go about this. Any one have any ideas?
Hm... the standalone modal showing categories?
You can use .pushState
, possibly. We do, for ajaxification. https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history
@julian said:
Hm... the standalone modal showing categories?
Yes, that one.
You can use
.pushState
, possibly. We do, for ajaxification. https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history
I'll check it out.