
html: <!DOCTYPE html> 當(dāng)前鼠標(biāo)坐標(biāo)為: X: Y: function DisplayCoord(event){ var o...
彈框彈出時(shí): document.body.style.height="100%"; document.body.style.overflow =...
點(diǎn)擊穿透問題,點(diǎn)擊mask商蕴,觸發(fā)了下面元素的click事件 解決方法:不要混用tap和click
select{-webkit-appearance: none; -moz-appearance: none;}
<!DOCTYPE html> Hello MUI <!--標(biāo)準(zhǔn)mui.css--> mui.init({ drag: true, //默認(rèn)為t...
$('p').live('tap',function(){ $(this).addClass('active').siblings().re...
微信開發(fā)者工具公眾號(hào)網(wǎng)頁(yè)測(cè)試報(bào)錯(cuò) 處理方法 window.FastClick = true; (這個(gè)放在mui.js前面)
input::-webkit-input-placeholder{ color:red; } input::...
Git status Git pull Git add -A Git commit -m“備注修改內(nèi)容“ Git push