2014-09-20 143 views

回答

0

在使用它們之前,您需要在joy define中定義位置模式,如下所示。

$(document).foundation({ 
    joyride : { 
    tip_location: 'top', 
    nub_position: 'auto', 
    tip_location_patterns : { 
    top: ['top'], 
    bottom: [], // bottom should not need to be repositioned 
    left: ['right', 'top', 'bottom'], 
    right: ['left', 'top', 'bottom'] 
}, 
} 
}); 

爲了更加清晰,請訪問http://codepen.io/Parteek/pen/ohHlc

+0

它將尖端移動到div的頂部。我想要他們旁邊的divs(無論是右或左)。 – chetang 2014-09-20 10:05:41