Archive for the ‘Code’ Category
jquery-objectdiff — a jQuery plugin for comparing objects
I recently worked on a javascript project that involved a simple workflow where an unprivileged user could request changes to certain bits of enterprise data. The requested changes would then route to a privileged user who would either make the requested changes or deny the request. I wanted to provide a some kind of diff […]