e.g. ``` JavaScript $('body').scrollspy({ target: $('#subnav').parent(), offset: 72 }) ``` The current modules use strings to deal with finding DOM elements; using jQuery objects would have more opportunities for expansion.