﻿function ajaxStart(){
           $.blockUI({message: '<h4></br><img src="../../images/ajax-loader.gif" /> 資料載入中...</h4>'}); 
         }
function ajaxStop(){ $.unblockUI(); }
function ajaxComplete(){  
           $.blockUI({message: '<h4></br><img src="../../images/ajax-loader.gif" /> 資料載入完成</h4>'});  
         }

function msgJQ(titleC,dataMsg){
           alert(dataMsg);
         }


/*         
function msgJQ(titleC,dataMsg){
           $.jGrowl(dataMsg, {
           theme:  'iphone',   
           header: titleC,   
           speed: 'slow'
           });
         }
*/
