aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-10 14:46:40 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-10 14:46:40 +0000
commita99a284b2faabc5f1983bb469ddbbb862c6b4dcd (patch)
treeab33e38efb28bc2d64e71726430e440be895d6d2
parentcaa1786c618e3e1bb2e6c2c32b7722ae387094d9 (diff)
downloadjquery-ui-a99a284b2faabc5f1983bb469ddbbb862c6b4dcd.tar.gz
jquery-ui-a99a284b2faabc5f1983bb469ddbbb862c6b4dcd.zip
button default demo: prevent navigation to # when clicking on anchor button
-rw-r--r--demos/button/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/default.html b/demos/button/default.html
index a533539b8..6a7853cf8 100644
--- a/demos/button/default.html
+++ b/demos/button/default.html
@@ -25,7 +25,7 @@
<input type="submit" value="A submit button">
- <a href="#">An anchor</a>
+ <a href="javascript:void(0)">An anchor</a>
</div><!-- End demo -->
value='artonge/fix/login_flow_v2_sessions'>artonge/fix/login_flow_v2_sessions Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/composables/useFileListWidth.ts
blob: 621ef20483642471dc697e17983a95f27c981c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50