Closed jlandfried closed 7 years ago
Thanks @jlandfried! Any chance we could get a jQuery include in there, commented out? I'd imagine most people will need that for their behaviors.
Np, I wasn't sure about it since it's technically not needed for the behaviors, but this makes sense since jQuery's probably used for the vast majority of use cases.
Perfecto! Thanks!
Typically js that gets written for Drupal sites is contained within (or at least initiated by) the calling of Drupal's
attachBehaviors
method. I added a note about how to add the files from core that are needed to get that to trigger automatically, so Drupal-y js can still be run within Mannequin.