$(".level3li").find("input[value=sdfsfsdfsdf]").removeAttr("checked");
parseFloat(val).toFixed(2)
效果图:资料和方法:1.jq22网站,只能给你简单的配置信息。 http://www.jq22.com/jquery-info129172,中文资料查阅,能给你更多,插件提供的配置,属性,方法等等。 https://www.kutu66.com//GitHub/arti...
$(select#ddllei option:selected).val();//取值 $("#ddllei2").get(0).options[0].selected = true;//赋值
var data="{msg: 0, msgbox: \"03\"}"; var objdata = eval(( + data + )); //转为json
新窗口打开:window.open(http://www.baidu.com,_blank) 原窗口打开:window.open(http://www.baidu.com,_self)
var targetProtocol = "https:";if (window.location.protocol != targetProtocol){ window.location.href = targetProtocol + window.location.href.substring(window.location.protocol.length);}
兼容pc手机版本的电子书特效,特别好用,不会使用联系:294243780@qq.com点击预览
function getParentUrl(){ var url = null; if (parent !== window) { try { url = parent.location.href; } catch (e) { url = document.referr...