|
|
|
|
|
by perlgeek
4695 days ago
|
|
jQuery is great for progressive enhancement. Github serves mostly static pages, and then some javascript that adds a bit of functionality on top. But consider writing a spreadsheet application instead, where changing one cell can influence a lot of others. That seems like a good use case for data binding (though I admit I haven't used it so far). |
|