随笔分类 - jquery js html css dom
摘要:ajax代码:var time = new Date();$.ajax({ url:"<%=request.getContextPath()%>/pepole!delete.action?time="+time, type:'POST', data:{}, cache:false, async:true, success:function(data){ alert('success'); }, faile:function(data){ alert('fail'); ...
阅读全文
摘要:PropertyTypeDefaultDescriptionLinkcancelSelectionBooleantrueIndicates if tablesorter should disable selection of text in the table header (TH). Makes header behave more like a button.cssAscString"headerSortUp"The CSS style used to style the header when sorting ascending. Example from the b
阅读全文
摘要:<script type="text/javascript">function test(hello="1"){ //missing ) after formal parameters alert(hello); } </script><button onclick="test();"><button onclick="test();">no parameter</button><button onclick="test('2
阅读全文
摘要:第一次实践jquery遇到很多问题:下面记录下来,也希望博友能帮组解决1、用jquery的append()方法为select动态添加option时,不能正常显示! 而后将select装换成DOM,问题解决!2、用jquery为table动态添加<tr>后,调用empty()清空后,在向这个table添加新<tr>,会出现空隙,刚开始怀疑是css的事,去掉css,问题依旧!3、虽然,js不是强类型,但还是要注意类型,例如,var value = 3.2; value.indexOf("."); 第二句将不会执行!可以改成String(value).in
阅读全文
浙公网安备 33010602011771号