특기 마우스 오버 1차 적용
This commit is contained in:
@@ -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