jQuery UI Autocomplete ajax动态赋值实例

源码下载:https://git.oschina.net/paincupid/springmvc.git

下载的应用环境:spring STS, jdk1.7,pivotal

下载后的访问地址: http://localhost:8080/springmvc/jsp/widget/autocomplete-orgrinal.jsp


[javascript]  view plain  copy
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>  
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>  
  3. <%  
  4.     String path = request.getContextPath();  
  5.     String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path;  
  6. %>  
  7. "us">  
  8.   
  9.     "utf-8">  
  10.     jQuery UI Example Page  
  11.     "text/css" href="<%=basePath%>/resources/css/jquery-ui/jquery-ui.css" rel="stylesheet" />  
  12.       
  13.   
  14.   
  15.   
  16. Welcome to jQuery UI!

      
  17.   
  18. class="demoHeaders">Autocomplete  
  19.   
  20.     "autocomplete" title="type "a"">  
  
  •   
  • class="demoHeaders">Autocomplete Ajax  
  •   
  •     "autoByAjax" title="type "a"">  
  •     "autoByAjaxVal"  type="hidden">  
  •     "btn" type="button">submit  
  •   
  •   
  •   
  •   
  •   
  •   
  •   
  • "text/javascript" src="<%=basePath%>/resources/js/jquery/jquery-1.11.3.min.js">  
  • "text/javascript" src="<%=basePath%>/resources/js/jquery-ui/jquery-ui.js">  
  •   


  • jQuery UI Autocomplete ajax动态赋值实例_第1张图片 jQuery UI Autocomplete ajax动态赋值实例_第2张图片 jQuery UI Autocomplete ajax动态赋值实例_第3张图片


    转载请注明:http://blog.csdn.net/paincupid/article/details/50551771

    你可能感兴趣的:(php)