Advertise here

jQuery Plugins Tagged ‘data bind’

Yellow Code – jQuery Plugin for 2-Way Data Binding

December 31, 2014     3023     Others
Yellow Code –  jQuery Plugin for 2-Way Data Binding

Yellow code is jQuery plugin for 2-way data binding.

  • You don't have to manipulate the DOM.
  • You 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.
  • View can also contain loops and conditional elements.

Read More »

jQuery.my – jQuery Plugin for Complex Two-Way Data Binding

September 17, 2014     1635     Others
jQuery.my – jQuery Plugin for Complex Two-Way  Data Binding

jQuery.my is a lightweight jQuery plugin for complex two-way data binding in real time. It mutates object given as data source, reflecting interactions between user and UI.

Read More »

way.js – JavaScript Library for Two-Way DataBinding

August 18, 2014     1454     Others
way.js – JavaScript Library for Two-Way DataBinding

way.js is a simple, lightweight, persistent, framework-agnostic javascript library that allows you to bind DOM elements to an in-memory datastore.

Read More »