Elementals.js

Latest Version: 3.7 Final 20 December 2018

Object _.Log

Summary:

Contains methods for logging errors that wrap various standard system response types. By having these wrapped in a single object we can gracefully degrade things like Console.log or Console.warn to append to Document.body on REALLY old browsers.

Though the primary reason for this object is to allow easy passing of error handling to our _.ajax handler by simply saying "alert", "append", "error", etc, etc.

Objects, Methods, and Properties

Advertisement