You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reinitialize Zurb Foundation interchange when an element is dropped into a dropzone. It does not appear to be working, I'm not getting any JS errors or otherwise. just "not happening"
I'm trying to reinitialize Zurb Foundation interchange when an element is dropped into a dropzone. It does not appear to be working, I'm not getting any JS errors or otherwise. just "not happening"
I placed the reinit script in my app.js
`reinitInterchange();
function reinitInterchange()
{
console.log('reinitializing interchange')
}
`
I do get a log entry when the page loads, not when I drop the hero section into a dropzone.
Not sure what I can look at, the docs are pretty clear about just inserting a data attribute in the dropped markup.
The text was updated successfully, but these errors were encountered: