My GitHub Projects

Tree View Control

The Tree View Control represents structured data as a tree.
Tree and Leaf classes project data onto GUI.
Data is downloaded with help of Ajax requests.

Confirmation Popopver

This directive can be placed on anything that also has (click) event binding. The directive just interrupts click event and shows a confirmation popover. After confirmation it passes the click event further otherwise it stops the event.

Loading Indicator

The loading indicator will appear on each single or "banch" of Ajax requests. So no need manually start and finish a progress bar.

Image Cropper jQuery

JavaScript image cropper and region of interest selection.
The cropper has own GUI but possible to apply custom GUI easily.