jquery调用java的webService

来源:百度知道 编辑:UC知道 时间:2024/07/05 02:54:51
网上大部分都是.net环境下webService调用,有没有用jQuery调用java Axis2 的例子,望大虾指点,感谢感谢!

jquery例子:

<html>
<head>
<meta http-equiv="Content-Language" content="en" />
<meta name="GENERATOR" content="Zend Studio" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jquery test</title>
</head>
<style>
.lastp{border:2px solid $red;}
.firstp{color:red;}
.hignlight{background:gray;}
.dd{width:20px;height:20px;border:2px solid}
</style>
note: jequery api 函数区分大小写
<script src="jquery.js"></script>
<script>
$(document).ready(function(){
$("div.d1").fadeOut("slow");
$("p").filter(".ppp");

$("img.img1").attr(//为之指定元素(组)添加指定属性(名值对方式)
{src:"http://docs.jquer