摘要: 前台代码:<Canvas Background="{StaticResource AppBarBackgroundThemeBrush}"> <TextBox Name="txtContent" Width="1365" Height="696" TextWrapping="Wrap" FontSize="18" Canvas.Top="1"/> <Button Content="保存到文件" Canvas 阅读全文
posted @ 2013-04-20 00:11 奇奇博客 阅读(210) 评论(0) 推荐(0)
摘要: 前台代码:<Page.Resources> <Style TargetType="TextBlock"> <Setter Property="FontSize" Value="27"/> <Setter Property="FontFamily" Value="宋体"/> </Style> </Page.Resources> <Grid Background="{StaticResource Applicat 阅读全文
posted @ 2013-04-20 00:08 奇奇博客 阅读(212) 评论(0) 推荐(0)
摘要: <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 奇奇博客 阅读(446) 评论(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 奇奇博客 阅读(726) 评论(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 奇奇博客 阅读(137) 评论(0) 推荐(0)