partial
- Uncategorised posts -
1
Posts
1
Posters
0
Views
1
Watching
-
@modell IEnumerable @{ Layout = null; } Grab @* *@ @**@ @* *@ .currentListItem { color: #93bd20; } ul { list-style-type: none; } function myFunction(d) { $.ajax({ url: "@Url.Action("SubMainBoby", "items")", data: { titleId: d }, method: "GET", success: function (data) { $("#ediv").html(""); $("#ediv").html(data); // $("#ediv").html(data); // $("#ediv").empty(); // alert(data); }, error: function () { } }); } //$(document).on("click", "li", function (event) { // // $(this).addClass('current').siblings().removeClass('current'); // // $(this</x-turndown>