Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Important missing functions #3

Closed
stevenvachon opened this issue Jan 17, 2014 · 3 comments
Closed

Important missing functions #3

stevenvachon opened this issue Jan 17, 2014 · 3 comments

Comments

@stevenvachon
Copy link

.children()
.each()
.eq()
.filter()
.get() // rudimentary, but good for plugin support
.replaceWith()

Edit:
I had suggested .one(), but removed it because we can just do $(this).off("event", arguments.callee). It's not used very often either from my observation.

@webpro
Copy link
Owner

webpro commented Jan 17, 2014

Hi @stevenvachon, thanks for your input. I was just about to start working on some extra and/or optional modules. I will definitely consider these methods!

@stevenvachon
Copy link
Author

Awesome, thanks!

@webpro
Copy link
Owner

webpro commented Jan 21, 2014

Made a start with new extra methods and released v0.3.5. You probably want the "full" version, which is in the /bundle/full folder (what you get if you install from npm or Bower).

Just let me know if you have any issues/feedback.

@webpro webpro closed this as completed Jan 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants