主要html代码 JQuery代码后台代码 1 protected void Page_Load(object sender, EventArgs e) 2 { 3 if (Request.Form["file2"] != null) 4 ...
分类:
Web程序 时间:
2014-11-24 23:51:53
阅读次数:
233
1:首先是JS文件:area.ui.js (function($){
????function?Dsy(){
????????this.Items?=?{};
????}
????Dsy.prototype.add?=?function(id,iArray){
????????this.Items[id]?=...
分类:
其他好文 时间:
2014-11-19 20:41:54
阅读次数:
575
看网上JqueryAjax三级联动的例子讲不是很全,代码也给的不是很全,给初学者带来一定的难度。小弟自己写了一个,可能有些地方不是很好,希望大家能够提出建议。用的是Hibernate+struts2写的。http://blog.csdn.net/luckey_zh/article/details/2...
分类:
Web程序 时间:
2014-11-14 00:02:13
阅读次数:
559
一、请看效果图“:
二、程序的代码:
1、MainActivity.java
package com.loveplusplus.loader.demo.ui;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app....
分类:
移动开发 时间:
2014-10-30 17:13:21
阅读次数:
231
一、list.jsp
list_tzq
请选择省
请选择市
请选择县
二、list.js
$(function(){
$provinceSel...
分类:
其他好文 时间:
2014-10-23 00:05:14
阅读次数:
160
三个实体类Location.javapublicclassLocation{
privateIntegerlocation_id;
privateStringcity;
//...
}Department.javapublicclassDepartment{
privateIntegerdepartment_id;
privateStringdepartmentName;
privateIntegerlocation_id;
//...
}Employee.javapublicclas..
分类:
其他好文 时间:
2014-10-10 02:59:44
阅读次数:
250
本实例主要应用XmlPullParser解析XML文档中的省市区,然后将数据绑定到Spinner上实现三级联动的效果。关于XmlPullParser的详解大家可以参考《Android开发之使用PULL解析和生成XML》一文。...
分类:
移动开发 时间:
2014-09-26 02:07:58
阅读次数:
356