Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bevry-archive/jquery-smarty
jQuery Smarty Plugin (jQSmarty) is a port of the Smarty Templating Engine to Javascript/jQuery, offering a familiar client-side templating solution
https://github.com/bevry-archive/jquery-smarty
client-side jquery-plugin smarty template-engine
Last synced: about 10 hours ago
JSON representation
jQuery Smarty Plugin (jQSmarty) is a port of the Smarty Templating Engine to Javascript/jQuery, offering a familiar client-side templating solution
- Host: GitHub
- URL: https://github.com/bevry-archive/jquery-smarty
- Owner: bevry-archive
- License: mit
- Created: 2009-06-08T20:19:42.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-04-30T21:02:01.000Z (over 12 years ago)
- Last Synced: 2024-04-08T15:41:58.067Z (7 months ago)
- Topics: client-side, jquery-plugin, smarty, template-engine
- Language: JavaScript
- Homepage: http://bevry-archive.github.io/jquery-smarty/demo/
- Size: 586 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## jQuery Smarty
jQuery Smarty Plugin (jQSmarty) is a port of the Smarty Templating Engine to Javascript/jQuery, offering a familiar client-side templating solution
## Usage
Refer to the [demo](http://balupton.github.com/jquery-smarty/demo/) and the [source code](https://github.com/balupton/jquery-smarty/blob/master/scripts/jquery.smarty.js)
## History
You can discover the history inside the [History.md](https://github.com/balupton/jquery-smarty/blob/master/History.md#files) file
## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright © 2008-2010 [Benjamin Arthur Lupton](http://balupton.com)## Thanks
- [jQuery](http://jquery.com/)
- [Smarty](http://www.smarty.net/)
- [JSmarty](http://code.google.com/p/jsmarty/)
- [PHP.JS](http://phpjs.org/)