We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398563a commit 4ce34e8Copy full SHA for 4ce34e8
1 file changed
demo/threebuttons.html
@@ -9,8 +9,8 @@
9
<body>
10
<h1>Hover button for tooltip</h1>
11
<br/>
12
- <button title="Button One">Button #1</button>
13
- <button title="Button Two">Button #2</button>
14
- <button title="Button Three">Button #3</button>
+ <button title="Button One" onclick="location.href='threebuttons.html';">Button #1</button>
+ <button title="Button Two" onclick="location.href='threebuttons.html';">Button #2</button>
+ <button title="Button Three" onclick="location.href='threebuttons.html';">Button #3</button>
15
</body>
16
</html>
0 commit comments