특기 마우스 오버 1차 적용
This commit is contained in:
@@ -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
|
||||
})
|
||||
});
|
||||
@@ -82,4 +82,11 @@ jQuery(function($){
|
||||
$('#mainBtnSubmit').click(function(){
|
||||
|
||||
});
|
||||
|
||||
$('.obj_tooltip').tooltip({
|
||||
title:function(){
|
||||
return $(this).find('.tooltiptext').html();
|
||||
},
|
||||
html:true
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user