$.Observe Demo

Make changes to the JSON in the following textarea. Click Update Attrs to merge the JSON and see the events produced.

o = new $.Observe({})
o.attrs(
, true)

	
o.bind('change', function( ev, attr, how, newValue, prevValue, where ) { 
attr how newValue prevValue where