分类:WEB前端
SpringMVC Ajax接口: Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supported
造成这个错误的原因是AJAX没有正确设置 Content-type 手工指定Content-type后,问题解决 &nb…
阅读全文 »jquery选中select选择的option元素
$(‘#selectId>option:selected’);
阅读全文 »jquery checkbox无法再次选中的问题
$(‘#checkall’).click(function(){ $(‘.search_box’).prop(‘chec…
阅读全文 »EXTJS选中add创建的元素
如果一个元素是通过add创建的,如 _panel.add(Ext.create(‘ServerSelectedCheck…
阅读全文 »