mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 09:03:10 +00:00
duplicate id
This commit is contained in:
parent
4d3020d414
commit
3699643726
1 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<title>jQuery Mobile Docs - Forms</title>
|
||||
<link rel="stylesheet" href="../../themes/default" />
|
||||
<script type="text/javascript" src="../../js/all"></script>
|
||||
<script type="text/javascript" src="../docs/docs.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -30,8 +29,8 @@
|
|||
</div>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="name">Password:</label>
|
||||
<input type="password" name="name" id="name" value="" />
|
||||
<label for="password">Password:</label>
|
||||
<input type="password" name="password" id="password" value="" />
|
||||
</div>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
|
|
|
|||
Loading…
Reference in a new issue