Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は過去のプロジェクトのほぼ2つにQtip2を使用しており、Growlhttp://craigsworks.com/projects/qtip2/demos/#growlと呼ばれるこのqtip2トリックを使用したいと思います。
今、私は本当にうなり声を上からではなく下から始めたいと思っています。
運が悪かったのでコードを逆にし続けます...
どうすればこれを一番下から始めることができますか?
いくつかの上から下、下から上を逆にし、調整値を y:5 から y:-5 に逆にする必要があります。これらの変更は機能するはずです。
my: 'bottom right',
と
at: (target.length ? 'top' : 'bottom') + ' right',
adjust: { y: -5 },
api.set('position.at', 'bottom right');