Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgecasar/jquery.wrapchildren
It's a plugin to wrap the children text elements of an element with a custom tag and custom class on finish
https://github.com/jorgecasar/jquery.wrapchildren
Last synced: 1 day ago
JSON representation
It's a plugin to wrap the children text elements of an element with a custom tag and custom class on finish
- Host: GitHub
- URL: https://github.com/jorgecasar/jquery.wrapchildren
- Owner: jorgecasar
- License: mit
- Created: 2013-11-13T21:13:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T21:17:45.000Z (almost 11 years ago)
- Last Synced: 2024-10-23T21:32:49.683Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wrap Children Plugin
It's a plugin to wrap the children text elements of an element with a custom tag and custom class on finish## Usage
```
$(selector).wrapChildren(options)
```## Options
### childrenWrapper (default: 'span')
Tag name to wrap children### wrappedClass (default: '')
Class name to add element wrapped.