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.
qtipで作業するのはこれが初めてです。ボタンにツールチップを表示しようとしています。以下はコードです -
$(".signUpButton").qtip({ content: { text: 'My tooltip content' } });
show: を追加してみまし{event: 'mouseenter'}たが、役に立ちませんでした。ここで私が間違っていることを教えてください。
{event: 'mouseenter'}
ありがとう、アヌプ