1,jquery输入框添加默认值 因为要保持页面中查询的条件不变,所以将条件提交到action后再封装到对应的bean中,然后再传回到查询页面,用jquery给表单填值。其中bean的值通过el表达式获取。
org/1999/xhtml">
alert($(window).height()); //可视区域高度 alert($(document).height()); //文档的高度 alert($(document.body).height());//文档body的高度 alert($(document.body).outerHeight(true));//文档body的总高度 包括border padding margin ale
obj; document.getElementById("zdbqid").value = id; jQuery("#"+id).keyup(function(even) { document.getElementById("autoTxt")
jquery autoComplete插件 1.需要的js和样式(jquery 是必选的)
function(data){ // }); } JS代码,主要就是使用jquery的getJSON方法。 更多描述,来自jquery 文档。 jQuery.getJSON(url, [data], [callback])
href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
在项目中,我们需要做些类似头像上传,图片裁剪的功能,ok看下面文章! 需要插件: jQuery Jcrop 后端代码: package org.csg.upload; import java
引用的js文件:
type="text/javascript" src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js">
tle>
保存文件type="text/javascript" src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js">
js的代码如下: /** * Created by YD on 5/7/15. * Base on Jquery */ var ele ; //自定义函数 $.fn.extend({ rotate: function
attr('checked')==undefined){}//判断是否已经打勾 当然jquery的选择器是强大的. 还有很多方法.