[摘要]
Agami CreativeDesigners sometimes use tooltips for their navigation. However, tooltips and aqua are quite an unusual combination.
Whitehouse.govA perfect example...[全文]
[摘要]
網(wǎng)(LieHuo.Net)教程 幫一朋友臨時(shí)寫(xiě)的《javascript實(shí)現(xiàn)可以拖動(dòng)的層示例(層拖動(dòng),兼容IE/FF) 》,感覺(jué)還算簡(jiǎn)潔,效果也還不錯(cuò),記下來(lái),避免下次再造輪子。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1...[全文]
[摘要]
正則表達(dá)式驗(yàn)證字符串組成
<script type="text/javascript"> function check_str(){ var str = document.getElementById("str").value; var check_letters = /^[a-zA-Z]+$/.test(str);//判斷字符串由...[全文]