BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <link href="//cdn.staticfile.net/jquerymobile/1.4.2/jquery.mobile.min.css" rel="stylesheet"> <script src="//cdn.staticfile.net/jquery/1.10.2/jquery.min.js"></script> <script src="//cdn.staticfile.net/jquerymobile/1.4.2/jquery.mobile.min.js"></script> </head> <body> <div data-role="header"> <a data-icon="home" data-role="button" href="#">Home</a> <h1>Welcome To My Homepage</h1> <a data-icon="search" data-role="button" href="#">Search</a> </div> <div data-role="content"> <p>The buttons are for demonstration purposes only, and will not have any effect.</p> </div> <div data-role="footer"> <div data-role="controlgroup"> <a data-icon="plus" data-role="button" href="#">Add Me On Facebook</a> <a data-icon="plus" data-role="button" href="#">Add Me On Twitter</a> <a data-icon="plus" data-role="button" href="#">Add Me On Instagram</a> </div> </div> </body> </html>
运行结果