FORGE.features.loading = { // show the loading img in the specified div show: function (div) { $(div).html("
' class='loading' />
Loading...
"); } }