check order for booking status moved

This commit is contained in:
phyusin
2018-09-26 10:28:43 +06:30
parent 3cf4abe9ce
commit b7134726e1
4 changed files with 17 additions and 6 deletions

View File

@@ -28,4 +28,13 @@ $(function(){
});
/*new customer UI func:*/
});
});
/*customer UI tab btn*/
function nextTab(elem) {
$(elem).parent().next().find('a[data-toggle="tab"]').click();
}
function prevTab(elem) {
$(elem).parent().prev().find('a[data-toggle="tab"]').click();
}
/*customer UI tab btn*/