http://www.hksilicon.com/kb/articles/82036/12-jQuery-Ajax
- 6月 06 週四 201301:23
按連結鈕換局部內容jq+AJAX
- 5月 01 週三 201301:56
網頁捲軸樣式更改
http://manos.malihu.gr/jquery-custom-content-scroller/
http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
http://peidesign.wordpress.com/2011/06/11/10-jquery%E5%AE%A2%E8%A3%BD%E6%8D%B2%E8%BB%B8%E4%B8%8B%E8%BC%89/
http://cindy.ironman.tw/?p=339
http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
http://peidesign.wordpress.com/2011/06/11/10-jquery%E5%AE%A2%E8%A3%BD%E6%8D%B2%E8%BB%B8%E4%B8%8B%E8%BC%89/
http://cindy.ironman.tw/?p=339
- 1月 11 週五 201301:45
setInterval
http://www.cainiao8.com/web/js_blueidea/16_time_and_clock.html
http://www.w3school.com.cn/tiy/t.asp?f=hdom_setinterval
http://www.w3school.com.cn/tiy/t.asp?f=hdom_setinterval
- 1月 10 週四 201322:02
innerHTML2
教學網站: http://www.w3school.com.cn/tiy/t.asp?f=hdom_anchor_href
<script type="text/javascript">
function changeLink()
{
document.getElementById('myAnchor').innerHTML="访问 W3School"
document.getElementById('myAnchor').href="http://www.w3school.com.cn"
document.getElementById('myAnchor').target="_blank"
}
<script type="text/javascript">
function changeLink()
{
document.getElementById('myAnchor').innerHTML="访问 W3School"
document.getElementById('myAnchor').href="http://www.w3school.com.cn"
document.getElementById('myAnchor').target="_blank"
}
- 1月 10 週四 201321:37
<body onload="changeText()"> 一開啟頁面就執行程式
<body onload="changeText()">
<script type="text/javascript">
<script type="text/javascript">
- 1月 10 週四 201321:30
innerHTML
教學網:http://www.tizag.com/javascriptT/javascript-innerHTML.php
<script type="text/javascript">
function changeText(){
document.getElementById('boldStuff').innerHTML = 'Fred Flinstone';
}
</script>
<p>Welcome to the site <b id='boldStuff'>dude</b> </p>
<input type='button' value='Change Text' onclick='changeText()' />
<script type="text/javascript">
function changeText(){
document.getElementById('boldStuff').innerHTML = 'Fred Flinstone';
}
</script>
<p>Welcome to the site <b id='boldStuff'>dude</b> </p>
<input type='button' value='Change Text' onclick='changeText()' />
- 1月 07 週一 201309:54
IE不支援CSS3 box-shadow 及-webkit-transform: rotate 的問題
以下主要以jquery來解決
http://www.webpage.idv.tw/maillist/maillist4/photo/02/iedemo3.htm
http://www.poluoluo.com/jzxy/201201/151510.html (文字陰影)
http://blog.csdn.net/cangkukuaimanle/article/details/7414985 (圖片旋轉)
http://www.webpage.idv.tw/maillist/maillist4/photo/02/iedemo3.htm
http://www.poluoluo.com/jzxy/201201/151510.html (文字陰影)
http://blog.csdn.net/cangkukuaimanle/article/details/7414985 (圖片旋轉)
- 12月 25 週二 201213:10
如何讓選單滑出時延遲消失??
找了好久還是無法解決這個問題
settimeout
or
delay
settimeout
or
delay