26
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
'Foreach' syntax should interpret null params as meaning 'no values' (as if you passed an empty array)
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Uses templates' "data" parameter as the view model when binding click/submit/etc handlers. Fixes Github issue #3
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Removed unnecessary rethrow (fixes Github issue #2)
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Fixed subtle 'foreach' update bug (updated spec to cover this), bumped version to 1.05 and rebuilt
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Foreach binding now updates any DOM nodes whose template dependency changes (in other words, behaves like other templates already do)
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Work around IE < 8 issue - it insists that OPTION nodes must have value attributes (even if they don't), so use marker text to identify when an option is associated with a DOM data value
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Update Twitter example to match API change
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Fix JS reference path
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Improved cart editor example with sample data
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Refactored select<->object mapping out into a separate component called "selectExtensions"
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Enhanced select box handling and added cart editor example More... about 15 years ago
Enhanced select box handling and added cart editor example More... about 15 years ago
Tweaked the fix for jquery-tmpl's apos issue to cover all syntax cases
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Added workaround for jquery.tmpl's problem with single quotes
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Fix accidental JS reference change in example
Steven Sanderson
as Steve Sanderson
More... about 15 years ago
Update .csproj for Visual Studio users
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Bumped version to 1.04 and rebuilt
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
JSON posting now respects both Rails and ASP.NET MVC-style authentication tokens by default (others are configurable)
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Enhanced postJson method to take submit URL from hijacked form and include auth tokens automatically
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Submit binding now passes the form node as the handler's first param
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
observableArray now has quick method to mark items with _destroy flag for Rails
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Foreach binding excludes items marked with _destroy unless you specify otherwise
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Workaround IE6 issues
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Added animated transitions example
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Added "style" binding and bumped version to 1.03
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Remove unwanted file
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Updated readme
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Made text encoding format consistent (removed BOMs)
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Added build script for Linux
Steven Sanderson
as Steve Sanderson
More... over 15 years ago
Fix csproj
Steven Sanderson
as Steve Sanderson
More... over 15 years ago