#BackboneJS:

    How it works?

    1. Loads Twitter #movableapp's feeds via jQuery::getJSON() method.

    2. Reset the TweetsCollection instance

    3. Fill the collection with Twitter's results

    Try to alter a Tweet text!

    each Tweet item's view listen to it's model's change event so it is possible to alter tweet data an see interface uptates according.

    App.tweets.models[0].set('text','foo text...');