2013年4月22日
摘要: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script> $.noConflict(); jQuery(document).ready(function () { jQuery("#textbutton").click(function () { alert(jQuery('#color').html()); }); });</script... 阅读全文
posted @ 2013-04-22 16:29 ziye.cc 阅读(153) 评论(0) 推荐(0) 编辑