Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript modules should accept jQuery objects for options #13489

Closed
phaseOne opened this issue May 3, 2014 · 1 comment
Closed

Javascript modules should accept jQuery objects for options #13489

phaseOne opened this issue May 3, 2014 · 1 comment

Comments

@phaseOne
Copy link

phaseOne commented May 3, 2014

e.g.

$('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.

@cvrebert cvrebert added this to the v4.0.0 milestone Jul 8, 2014
@mdo
Copy link
Member

mdo commented Aug 2, 2014

Punting to the v4 checklist.

@mdo mdo closed this as completed Aug 2, 2014
@mdo mdo removed this from the v4.0.0 milestone Aug 2, 2014
@mdo mdo mentioned this issue Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants