toggleAjaxLoader:function(htmlElement, should_show){
        if(should_show){
            htmlElement.removeClass("none");
        }else{
            htmlElement.addClass("none");