UNPKG

jquery-ui

Version:

A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

17 lines (14 loc) 317 B
<!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>