需求:类似于百度的搜索框,可配置,可单列可table格式,可填充数据.页面可多次使用,简单,易用. 想法:使用jquery,css,ajax,前台调用,后台返回json数据. jquery代码: var highLightIndex = -1; var list;var trBgHover, trBgKey;var define = { processKeyup: function (event) { var id = $(this).attr("id"); var keyCode =
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Mvc5.Models; namespace Mvc5.Controllers { public class HomeController : Controller { BookShopPlusEntities db = new BookShopPlusEntities()