找传奇、传世资源到传世资源站!

jquery easyui combobox 级联java demo(真正可用)

  • 资源分类:Ajax框架/RIA
  • 发 布 人:房东的猫
  • 文件大小:未知
  • 文件格式:.zip
  • 浏览次数:0
  • 下载次数: 0
  • 发布时间:12月4日

  • 标签:
8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【实例简介】java jquery easyui combobox 级联demo(真正可用) 注释详细

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── ajaxsvr
│   ├── WebContent
│   │   ├── META-INF
│   │   │   └── MANIFEST.MF
│   │   ├── WEB-INF
│   │   │   ├── lib
│   │   │   │   ├── commons-beanutils-1.7.0.jar
│   │   │   │   ├── commons-collections-3.2.1.jar
│   │   │   │   ├── commons-httpclient-3.1.jar
│   │   │   │   ├── commons-lang-2.3.jar
│   │   │   │   ├── commons-logging-1.1.1.jar
│   │   │   │   ├── ezmorph-1.0.3.jar
│   │   │   │   └── json-lib-2.2.3-jdk15.jar
│   │   │   └── web.xml
│   │   ├── basic.html
│   │   ├── js
│   │   │   ├── jquery.easyui.min.js
│   │   │   └── jquery.min.js
│   │   └── themes
│   │       ├── black
│   │       │   ├── accordion.css
│   │       │   ├── calendar.css
│   │       │   ├── combo.css
│   │       │   ├── combobox.css
│   │       │   ├── datagrid.css
│   │       │   ├── datebox.css
│   │       │   ├── dialog.css
│   │       │   ├── easyui.css
│   │       │   ├── images
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── accordion_arrows.png
│   │       │   │   ├── blank.gif
│   │       │   │   ├── calendar_arrows.png
│   │       │   │   ├── combo_arrow.png
│   │       │   │   ├── datagrid_icons.png
│   │       │   │   ├── datebox_arrow.png
│   │       │   │   ├── layout_arrows.png
│   │       │   │   ├── linkbutton_bg.png
│   │       │   │   ├── loading.gif
│   │       │   │   ├── menu_arrows.png
│   │       │   │   ├── messager_icons.png
│   │       │   │   ├── pagination_icons.png
│   │       │   │   ├── panel_tools.png
│   │       │   │   ├── searchbox_button.png
│   │       │   │   ├── slider_handle.png
│   │       │   │   ├── spinner_arrows.png
│   │       │   │   ├── tabs_icons.png
│   │       │   │   ├── tree_icons.png
│   │       │   │   └── validatebox_warning.png
│   │       │   ├── layout.css
│   │       │   ├── linkbutton.css
│   │       │   ├── menu.css
│   │       │   ├── menubutton.css
│   │       │   ├── messager.css
│   │       │   ├── pagination.css
│   │       │   ├── panel.css
│   │       │   ├── progressbar.css
│   │       │   ├── propertygrid.css
│   │       │   ├── searchbox.css
│   │       │   ├── slider.css
│   │       │   ├── spinner.css
│   │       │   ├── splitbutton.css
│   │       │   ├── tabs.css
│   │       │   ├── tooltip.css
│   │       │   ├── tree.css
│   │       │   ├── validatebox.css
│   │       │   └── window.css
│   │       ├── bootstrap
│   │       │   ├── accordion.css
│   │       │   ├── calendar.css
│   │       │   ├── combo.css
│   │       │   ├── combobox.css
│   │       │   ├── datagrid.css
│   │       │   ├── datebox.css
│   │       │   ├── dialog.css
│   │       │   ├── easyui.css
│   │       │   ├── images
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── accordion_arrows.png
│   │       │   │   ├── blank.gif
│   │       │   │   ├── calendar_arrows.png
│   │       │   │   ├── combo_arrow.png
│   │       │   │   ├── datagrid_icons.png
│   │       │   │   ├── datebox_arrow.png
│   │       │   │   ├── layout_arrows.png
│   │       │   │   ├── linkbutton_bg.png
│   │       │   │   ├── loading.gif
│   │       │   │   ├── menu_arrows.png
│   │       │   │   ├── messager_icons.png
│   │       │   │   ├── pagination_icons.png
│   │       │   │   ├── panel_tools.png
│   │       │   │   ├── searchbox_button.png
│   │       │   │   ├── slider_handle.png
│   │       │   │   ├── spinner_arrows.png
│   │       │   │   ├── tabs_icons.png
│   │       │   │   ├── tree_icons.png
│   │       │   │   └── validatebox_warning.png
│   │       │   ├── layout.css
│   │       │   ├── linkbutton.css
│   │       │   ├── menu.css
│   │       │   ├── menubutton.css
│   │       │   ├── messager.css
│   │       │   ├── pagination.css
│   │       │   ├── panel.css
│   │       │   ├── progressbar.css
│   │       │   ├── propertygrid.css
│   │       │   ├── searchbox.css
│   │       │   ├── slider.css
│   │       │   ├── spinner.css
│   │       │   ├── splitbutton.css
│   │       │   ├── tabs.css
│   │       │   ├── tooltip.css
│   │       │   ├── tree.css
│   │       │   ├── validatebox.css
│   │       │   └── window.css
│   │       ├── default
│   │       │   ├── accordion.css
│   │       │   ├── calendar.css
│   │       │   ├── combo.css
│   │       │   ├── combobox.css
│   │       │   ├── datagrid.css
│   │       │   ├── datebox.css
│   │       │   ├── dialog.css
│   │       │   ├── easyui.css
│   │       │   ├── images
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── accordion_arrows.png
│   │       │   │   ├── blank.gif
│   │       │   │   ├── calendar_arrows.png
│   │       │   │   ├── combo_arrow.png
│   │       │   │   ├── datagrid_icons.png
│   │       │   │   ├── datebox_arrow.png
│   │       │   │   ├── layout_arrows.png
│   │       │   │   ├── linkbutton_bg.png
│   │       │   │   ├── loading.gif
│   │       │   │   ├── menu_arrows.png
│   │       │   │   ├── messager_icons.png
│   │       │   │   ├── pagination_icons.png
│   │       │   │   ├── panel_tools.png
│   │       │   │   ├── searchbox_button.png
│   │       │   │   ├── slider_handle.png
│   │       │   │   ├── spinner_arrows.png
│   │       │   │   ├── tabs_icons.png
│   │       │   │   ├── tree_icons.png
│   │       │   │   └── validatebox_warning.png
│   │       │   ├── layout.css
│   │       │   ├── linkbutton.css
│   │       │   ├── menu.css
│   │       │   ├── menubutton.css
│   │       │   ├── messager.css
│   │       │   ├── pagination.css
│   │       │   ├── panel.css
│   │       │   ├── progressbar.css
│   │       │   ├── propertygrid.css
│   │       │   ├── searchbox.css
│   │       │   ├── slider.css
│   │       │   ├── spinner.css
│   │       │   ├── splitbutton.css
│   │       │   ├── tabs.css
│   │       │   ├── tooltip.css
│   │       │   ├── tree.css
│   │       │   ├── validatebox.css
│   │       │   └── window.css
│   │       ├── gray
│   │       │   ├── accordion.css
│   │       │   ├── calendar.css
│   │       │   ├── combo.css
│   │       │   ├── combobox.css
│   │       │   ├── datagrid.css
│   │       │   ├── datebox.css
│   │       │   ├── dialog.css
│   │       │   ├── easyui.css
│   │       │   ├── images
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── accordion_arrows.png
│   │       │   │   ├── blank.gif
│   │       │   │   ├── calendar_arrows.png
│   │       │   │   ├── combo_arrow.png
│   │       │   │   ├── datagrid_icons.png
│   │       │   │   ├── datebox_arrow.png
│   │       │   │   ├── layout_arrows.png
│   │       │   │   ├── linkbutton_bg.png
│   │       │   │   ├── loading.gif
│   │       │   │   ├── menu_arrows.png
│   │       │   │   ├── messager_icons.png
│   │       │   │   ├── pagination_icons.png
│   │       │   │   ├── panel_tools.png
│   │       │   │   ├── searchbox_button.png
│   │       │   │   ├── slider_handle.png
│   │       │   │   ├── spinner_arrows.png
│   │       │   │   ├── tabs_icons.png
│   │       │   │   ├── tree_icons.png
│   │       │   │   └── validatebox_warning.png
│   │       │   ├── layout.css
│   │       │   ├── linkbutton.css
│   │       │   ├── menu.css
│   │       │   ├── menubutton.css
│   │       │   ├── messager.css
│   │       │   ├── pagination.css
│   │       │   ├── panel.css
│   │       │   ├── progressbar.css
│   │       │   ├── propertygrid.css
│   │       │   ├── searchbox.css
│   │       │   ├── slider.css
│   │       │   ├── spinner.css
│   │       │   ├── splitbutton.css
│   │       │   ├── tabs.css
│   │       │   ├── tooltip.css
│   │       │   ├── tree.css
│   │       │   ├── validatebox.css
│   │       │   └── window.css
│   │       ├── icon.css
│   │       ├── icons
│   │       │   ├── back.png
│   │       │   ├── blank.gif
│   │       │   ├── cancel.png
│   │       │   ├── cut.png
│   │       │   ├── edit_add.png
│   │       │   ├── edit_remove.png
│   │       │   ├── filesave.png
│   │       │   ├── filter.png
│   │       │   ├── help.png
│   │       │   ├── mini_add.png
│   │       │   ├── mini_edit.png
│   │       │   ├── mini_refresh.png
│   │       │   ├── no.png
│   │       │   ├── ok.png
│   │       │   ├── pencil.png
│   │       │   ├── print.png
│   │       │   ├── redo.png
│   │       │   ├── reload.png
│   │       │   ├── search.png
│   │       │   ├── sum.png
│   │       │   ├── tip.png
│   │       │   └── undo.png
│   │       └── metro
│   │           ├── accordion.css
│   │           ├── calendar.css
│   │           ├── combo.css
│   │           ├── combobox.css
│   │           ├── datagrid.css
│   │           ├── datebox.css
│   │           ├── dialog.css
│   │           ├── easyui.css
│   │           ├── images
│   │           │   ├── Thumbs.db
│   │           │   ├── accordion_arrows.png
│   │           │   ├── blank.gif
│   │           │   ├── calendar_arrows.png
│   │           │   ├── combo_arrow.png
│   │           │   ├── datagrid_icons.png
│   │           │   ├── datebox_arrow.png
│   │           │   ├── layout_arrows.png
│   │           │   ├── linkbutton_bg.png
│   │           │   ├── loading.gif
│   │           │   ├── menu_arrows.png
│   │           │   ├── messager_icons.png
│   │           │   ├── pagination_icons.png
│   │           │   ├── panel_tools.png
│   │           │   ├── searchbox_button.png
│   │           │   ├── slider_handle.png
│   │           │   ├── spinner_arrows.png
│   │           │   ├── tabs_icons.png
│   │           │   ├── tree_icons.png
│   │           │   └── validatebox_warning.png
│   │           ├── layout.css
│   │           ├── linkbutton.css
│   │           ├── menu.css
│   │           ├── menubutton.css
│   │           ├── messager.css
│   │           ├── pagination.css
│   │           ├── panel.css
│   │           ├── progressbar.css
│   │           ├── propertygrid.css
│   │           ├── searchbox.css
│   │           ├── slider.css
│   │           ├── spinner.css
│   │           ├── splitbutton.css
│   │           ├── tabs.css
│   │           ├── tooltip.css
│   │           ├── tree.css
│   │           ├── validatebox.css
│   │           └── window.css
│   ├── build
│   │   └── classes
│   │       └── com
│   │           └── test
│   │               ├── CityServlet.class
│   │               ├── JsonProvider.class
│   │               ├── StateVO.class
│   │               └── cityVO.class
│   └── src
│       └── com
│           └── test
│               ├── CityServlet.java
│               ├── JsonProvider.java
│               ├── StateVO.java
│               └── cityVO.java
└── jquery easyui combobox 级联java demo(真正可用).rar

25 directories, 274 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复