-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Here is a user-side implementation of .wrapAll() #748
Comments
Doesn't wrap the children, I don't think. I try to $('a').wrapAll(''):
and I get |
@sfinktah works for me — thank you very much |
Happy to accept a PR for this, should someone want to polish things up a bit! |
Hi guys! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would have written this properly and sent a pull request (using the internal functions for dom manipulation, etc), but the current git version is failing testing.
The text was updated successfully, but these errors were encountered: