緣由 : 發現 JqueryTools中的expose效果跑不出, 把nivo.slider的code往上移, 則expose可以跑,但slider則不行, 查看JS Error, 是
jQuery "Object doesn't support this property or method" in Internet Explorer
解決方法 :
調換這三個include的順序, jquery最上面
"jquery-1.4.3.min.js"
接下來是jquery tools
"jquery.tools.min.js"
expose程式在這裡
expose hide後跑slider, 再include slider JS, 則一切ok
"jquery.nivo.slider.pack.js"
Thursday, August 25, 2011
Jquery, JQuery Tools, nivo.slider
緣由 : 發現 JqueryTools中的expose效果跑不出, 把nivo.slider的code往上移, 則expose可以跑,但slider則不行, 查看JS Error, 是
jQuery "Object doesn't support this property or method" in Internet Explorer
解決方法 :
調換這三個include的順序, jquery最上面
接下來是jquery tools
expose程式在這裡
expose hide後跑slider, 再include slider JS, 則一切ok
jQuery "Object doesn't support this property or method" in Internet Explorer
解決方法 :
調換這三個include的順序, jquery最上面
接下來是jquery tools
expose程式在這裡
expose hide後跑slider, 再include slider JS, 則一切ok
Wednesday, August 10, 2011
check other computer mac address
1. Ping the pc that we want to retrieve the MAC Address
2. type "arp -a", will list the ip with mac address
2. type "arp -a", will list the ip with mac address
Subscribe to:
Comments (Atom)