摘要:
<script src="jquery-1.9.1.js"></script> <script type="text/javascript"> $('#txtUserName').focus(function () { $('#txtUserName').val(''); }) $('#txtPassWord').focus(function () { $('#txtPassWord').val(''); }) $(' 阅读全文
posted @ 2013-04-20 00:07
奇奇博客
阅读(444)
评论(0)
推荐(0)
摘要:
<script src="jquery-1.9.1.js"></script> <script type="text/javascript"> $(function () { $('#btn').click(function () { alert($('#s option:selected').val()); }) }) </script>< /head>< body> <select id="s" multiple=&quo 阅读全文
posted @ 2013-04-20 00:05
奇奇博客
阅读(723)
评论(0)
推荐(0)
摘要:
<script src="jquery-1.9.1.js"></script> <script type="text/javascript" > $(function () { $('#btnCreateP').click(function () { var createP = '<p><b><i>白日依山尽<br/>黄河入海流<br/>欲穷千里目<br/>更上一层楼</i></b></p> 阅读全文
posted @ 2013-04-20 00:01
奇奇博客
阅读(133)
评论(0)
推荐(0)