mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
02033262ee
Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
17 lines
317 B
HTML
17 lines
317 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery UI Button Demos</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a href="default.html">Default functionality</a></li>
|
|
<li><a href="icons.html">Icons</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|