【jQuery UI 1.8 The User Interface Library for jQuery】.学习笔记.2.更换主题
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Widget Factory - calculator </title> <link rel="stylesheet" href="css/smoothness/jquery-ui-1.8.9.custom.css"> <link rel="stylesheet" href="css/jquery.ui.claculator.css"> </head> <body> <div id="calc"> </div> <script src="development-bundle/jquery-1.4.4.js"> </script> <script src="development-bundle/ui/jquery.ui.core.js"> </script> <script src="development-bundle/ui/jquery.ui.widget.js"> </script> <script src="js/jquery.ui.calculator.js"> </script> <script> (function($) { $("#calc").calculator({ autoShow: false, show: function(e, ui) { alert(e + ", " + $(ui).attr("id"); } }); })(jQuery); </script> </body> </html>
学习本是一个不断模仿、练习、创新的过程。对于自己,博文只是总结。在总结的过程发现问题,解决问题。对于他人,在此过程如果还能附带帮助他人,那就再好不过了。 感谢您的阅读。如果文章对您有用,那么请打赏我一杯咖啡,也可以轻轻点个推荐,以资鼓励。
微信打赏
支付宝打赏