특기 마우스 오버 1차 적용

This commit is contained in:
2018-07-11 02:47:31 +09:00
parent 1f2b40e4d4
commit 73ab38563f
19 changed files with 62 additions and 65 deletions
+7
View File
@@ -4,4 +4,11 @@ jQuery(function($){
$.redirect('a_hallOfFame.php', {scenarioIdx:scenarioIdx}, 'get');
})
//$.redirect("processing.php",{ commandtype: commandtype, turn: turn}, 'post');
$('.obj_tooltip').tooltip({
title:function(){
return $(this).find('.tooltiptext').html();
},
html:true
})
});
+7
View File
@@ -82,4 +82,11 @@ jQuery(function($){
$('#mainBtnSubmit').click(function(){
});
$('.obj_tooltip').tooltip({
title:function(){
return $(this).find('.tooltiptext').html();
},
html:true
})
});