Yellow code is a jQuery MVC plugin with support for 2-way data binding.
- No need to manipulate the DOM.
- Only manipulate a model - a plain JavaScript object.
- Changes in the model are propagated to the view - defined as an HTML template.
- Changes in the view input elements are propagated back to the model.
- Dynamic view attributes: text, input value, CSS and much more.
- Views can contain loops and conditional elements.
- Support for code reusability (mixins).
- Easily integrates with localization/internationalization libraries.
- Support for nesting views.
- Support for nesting 3rd party jQuery plugins into the views.
Please see the official documentation at https://ylc.any3w.com/.