mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Button demo: Remove unnecessary anchors from popp menu
This commit is contained in:
parent
192f51c9a2
commit
c0d864d797
@ -55,9 +55,9 @@
|
||||
<button id="select">Select an action</button>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="#">Open...</a></li>
|
||||
<li><a href="#">Save</a></li>
|
||||
<li><a href="#">Delete</a></li>
|
||||
<li>Open...</li>
|
||||
<li>Save</li>
|
||||
<li>Delete</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user