Demos

AngularJS Model Data Change Detection

A demo that illustrates that while AngularJS contains core directives and methods for inspecting the change state of form fields, you have to do some extra work if you want to determine if the data in the actual model has changed since the page was loaded (and possibly changed back to a pristine state).

GitHub repo and background: https://github.com/bcswartz/AngularJS-formDataChangeDetection-demo
Demonstration site: https://bcswartz.github.io/AngularJS-formDataChangeDetection-demo


jQuery "Click-to-Click" Move

The codebase for a demo of reordering items in a list using clickable / touchable targets instead of dragging and dropping items.

GitHub repo: https://github.com/bcswartz/jQuery-clickToClickMove-demo
Demonstration site: https://bcswartz.github.io/jQuery-clickToClickMove-demo/


jQuery Drag-and-Drop Member Placement Demo

Demo of using jQuery-powered drag-and-drop functionality to place members in groups based on visual criteria.

GitHub repo: https://github.com/bcswartz/jQuery-dragAndDrop-memberPlacement-demo
Demonstration site: https://bcswartz.github.io/jQuery-dragAndDrop-memberPlacement-demo/


jQuery DataTables Date Range Demo

Demo of how to add date range datepickers to a jQuery dataTables-enhanced table.

GitHub repo: https://github.com/bcswartz/jQuery-dataTables-dateRange-demo
Demonstration site: https://bcswartz.github.io/jQuery-dataTables-dateRange-demo/


No comments:

Post a Comment