Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/jquery-replacetext
String replace for your jQueries!
https://github.com/cowboy/jquery-replacetext
Last synced: about 2 months ago
JSON representation
String replace for your jQueries!
- Host: GitHub
- URL: https://github.com/cowboy/jquery-replacetext
- Owner: cowboy
- License: gpl-2.0
- Created: 2009-11-22T14:48:34.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T09:02:28.000Z (about 9 years ago)
- Last Synced: 2024-10-14T14:18:44.175Z (2 months ago)
- Language: JavaScript
- Homepage: http://benalman.com/projects/jquery-replacetext-plugin/
- Size: 305 KB
- Stars: 90
- Watchers: 10
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE-GPL
Awesome Lists containing this project
README
# jQuery replaceText: String replace for your jQueries! #
[http://benalman.com/projects/jquery-replacetext-plugin/](http://benalman.com/projects/jquery-replacetext-plugin/)Version: 1.1, Last updated: 11/21/2009
jQuery replaceText will replace text in specified elements. Note that only text content will be modified, leaving all tags and attributes untouched.
Visit the [project page](http://benalman.com/projects/jquery-replacetext-plugin/) for more information and usage examples!
## Documentation ##
[http://benalman.com/code/projects/jquery-replacetext/docs/](http://benalman.com/code/projects/jquery-replacetext/docs/)## Examples ##
These working examples, complete with fully commented code, illustrate a few
ways in which this plugin can be used.[http://benalman.com/code/projects/jquery-replacetext/examples/replacetext/](http://benalman.com/code/projects/jquery-replacetext/examples/replacetext/)
## Support and Testing ##
Information about what version or versions of jQuery this plugin has been
tested with, and what browsers it has been tested in.### jQuery Versions ###
1.3.2, 1.4.1### Browsers Tested ###
Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.1.## Release History ##
1.1 - (11/21/2009) Simplified the code and API substantially.
1.0 - (11/21/2009) Initial release## License ##
Copyright (c) 2009 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
[http://benalman.com/about/license/](http://benalman.com/about/license/)