1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2026-08-11 16:32:55 +00:00

Ch. 23 URL and Ajax Helper Methods

This commit is contained in:
wook
2017-04-18 03:33:17 +09:00
parent dabe7ab03e
commit 696951de89
18 changed files with 21654 additions and 0 deletions
@@ -14,7 +14,14 @@
.editor-field { margin-left: 10px; }
input[type=submit] { float: left; clear: both; margin-top: 10px;}
.column { float: left; margin: 10px;}
table, td, th {border: thin solid black; border-collapse: collapse;
padding: 5px; background-color: lemonchiffon;
text-align: left; margin: 10px 0;}
div.load { color: red; margin: 10px 0; font-weight: bold; }
div.ajaxLink { margin-top: 10px; margin-right: 5px; float: left; }
</style>
<script src="~/Scripts/jquery-1.10.2.js"></script>
<script src="~/Scripts/jquery.unobtrusive-ajax.js"> </script>
</head>
<body>
@RenderBody()