2010-03-19 4 views
0

jqueryui 모달 폼을 사용할 수 있습니다. 그리고 jquery cluetip 툴팁 플러그인을 사용하고 있습니다. 그러나 툴팁은 모달 윈도우 폼에서 적절한 방법으로 작동하지 않습니다. 이것은 스크린 샷입니다 ...모달 윈도우의 툴팁

별표에는 툴팁이 있어야하며 화살표가있는 곳이 표시됩니다 도구 팁이 나와 서입니다 장소를 보여주는 것은 .. 어떤 몸은 .. 어떻게 알아낼 말해 줄 수 Screen Shot http://img15.imageshack.us/img15/2808/78241472.png

편집 :이 사람이 어떻게 실마리 팁 도구 팁의 z 인덱스를 증가하는 말해 줄 수 ...

답변

0
여기

나는 그것을 가지고 ... thnsk 친구

$.fn.cluetip.defaults = { // set up default options 
width:   275,  // The width of the clueTip 
height:   'auto', // The height of the clueTip 
cluezIndex:  1970,  // Sets the z-index style property of the clueTip 
positionBy:  'auto', // Sets the type of positioning: 'auto', 'mouse','bottomTop', 'fixed' 
topOffset:  15,  // Number of px to offset clueTip from top of invoking element 
leftOffset:  15, 
0

cluetip 플러그인은 당신이 제공 할 수있는 cluetipClass 있습니다. 이를 사용하여 원하는 Z- 인덱스가있는 클래스를 설정하십시오.

$('selector').cluetip({ splitTitle: '|', arrows: true, dropShadow: true, 
    cluetipClass: 'classWithHighZIndex', showTitle: false, 
    onActivate: activateFunction});