A JavaScript client for Apache Axis using jQuery.
I couldn't find a detailed, flexible, and more importantly specific client for the Apache SOAP implementation for JavaScript... so I wrote one myself. It's my first attempt at writing such a large amount of JavaScript in one batch.
Presumably this client could be used for other SOAP implementations, and there may be some very complex functionality missing - but for the uses I have encountered at home and work it has been more than adequate for some detailed Java return types (such as Maps and Lists).
I hope by posting this on the jQuery site that someone can find it as useful as I have. I will be making adjustments in the near future to make it a very 'clean' plugin (rather than such an obvious proof-of-concept), but for the moment - it functions as intended :)
jquery.scrollTo-min.js 用户返回顶部及动画到目的地,支持目标值、锚点。 用法: 1.引入jQuery 2.$.scrollTo( this.hash || targetValue, time); example:$.scrollTo( this.hash || 0, 500); demo jquery.scrollTo-min.js ; (function(d) {
Jquery滚动条定位插件(jquery.scrollto.js) 使用方法: $(‘被点击元素选择器’).scrollTo(‘目标’,‘speed’,‘setting’ ); $.scrollTo(‘目标’,‘speed’,‘setting’ );//网页初始化后立刻滚动 目标选择器可以使选择器,‘top’, ‘bottom’ 速度初始为800 设定 axis: 可选设定'xy':横
转载,但是忘记地址了。 26. 显示或者删除输入框的缺省值 //This snippet will show you how to keep a default value //in a text input field for when a user hasn't entered in //a value to replace it swap_val = []; $(".swap").each(