|
|
|
@ -93,14 +93,11 @@ function showTips(objName, title) {
|
|
|
|
|
trigger: 'manual'
|
|
|
|
|
});
|
|
|
|
|
$('#' + objName).tooltip('show');
|
|
|
|
|
/*setTimeout(function () {
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
$('#' + objName).tooltip('hide');
|
|
|
|
|
}, 5000);*/
|
|
|
|
|
}, 5000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function () {
|
|
|
|
|
$(".datepicker").datepicker({
|
|
|
|
|
format: 'mm/dd/yyyy',
|
|
|
|
|