본문 바로가기

js/jQuery

[tooltipster] 툴팁 안에서 링크, 스크립트 실행



$('.tooltip').tooltipster({

animation: 'fade',

delay: 0,

theme: ['tooltipster-noir', 'tooltipster-noir-customized'],

interactive: true,

trigger: 'click'

});


'js > jQuery' 카테고리의 다른 글

[jquery][ajax] promise 로 ajax result 리턴하기  (0) 2017.03.16
[jquery] get specific option tag text  (0) 2017.03.03
Uncaught TypeError: Cannot use 'in' operator to search for  (0) 2017.03.03
[validate] 예제  (0) 2016.08.09
Div 전체 Disabled  (0) 2015.10.13