JavaScript CSS StyleÊôÐÔ¶ÔÕÕ±í
from: http://sailinglee.javaeye.com/blog/423701
ΪÁ˴ﵽijÖÖÌØÊâµÄЧ¹ûÎÒÃÇÐëÒªÓÃJavascript¶¯Ì¬µÄÈ¥ÐÞ¸Äijһ¸ö±êÇ©µÄCssÊôÐÔ¡£±ÈÈ磺Êó±ê¾¹ýÒ»¸öͼƬʱÎÒÃÇÈÃͼƬ¼ÓÒ»¸ö±ß¿ò£¬´úÂë¿ÉÄÜÊÇÕâÑù£º
Javascript´úÂë´úÂë
<script type="text/javascript">
function imageOver(e) {
e.style.border="1px solid red";
}
function imageOut(e) {
e.style.borderWidth=0;
}
</script>
<img src="http://www.knowsky.com/http://www.knowsky.com/phplamp.gif" onmouseover="imageOver(this)" onmouseout="imageOut(this)" />
<script type="text/javascript">
function imageOver(e) {
e.style.border="1px solid red";
}
function imageOut(e) {
e.style.borderWidth=0;
}
</script>
<img src="http://www.knowsky.com/http://www.knowsky.com/phplamp.gif" onmouseover="imageOver(this)" onmouseout="imageOut(this)" />
JavaScriptÖÐstyleºóÃæµÄÊôÐÔÓ¦¸ÃÊÇʲô£¿
JavaScript CSS StyleÊôÐÔ¶ÔÕÕ±í
ºÐ×Ó±êÇ©ºÍÊôÐÔ¶ÔÕÕ
CSSÓï·¨ (²»Çø·Ö´óСд) JavaScriptÓï·¨ (Çø·Ö´óСд)
border
border
border-bottom
borderBottom
border-bottom-color
borderBottomColor
border-bottom-style
borderBottomStyle
border-bottom-width
borderBottomWidth
border-color
borderColo
Ïà¹ØÎĵµ£º
URL±àÂë·½·¨µÄ±È½Ï javascriptÖдæÔÚ¼¸ÖÖ¶Ô Technorati ±êÇ©: JavaScript,url,±àÂë URL×Ö·û´®½øÐбàÂëµÄ·½·¨£ºescape()£¬encodeURI()£¬ÒÔ¼°encodeURIComponent()¡£Õ⼸ÖÖ±àÂëËùÆðµÄ×÷Óø÷²»Ïàͬ¡£ escape() ·½·¨£º ²ÉÓÃISO Latin×Ö·û¼¯¶ÔÖ¸¶¨µÄ×Ö·û´®½øÐбàÂë¡£ËùÓеĿոñ·û¡¢±êµã·ûºÅ¡¢ÌØÊâ×Ö·ûÒÔ¼°ÆäËû·ÇASCII×Ö· ......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ÑéÖ¤Êý×Ö×î¼òµ¥<a href="http://www.jb51.net/list/list_6_1.htm" tar ......
event´ú±íʼþµÄ״̬£¬ÀýÈç´¥·¢event¶ÔÏóµÄÔªËØ¡¢Êó±êµÄλÖü°×´Ì¬¡¢°´ÏµļüµÈµÈ¡£
event¶ÔÏóÖ»ÔÚʼþ·¢ÉúµÄ¹ý³ÌÖвÅÓÐЧ¡£
eventµÄijЩÊôÐÔÖ»¶ÔÌØ¶¨µÄʼþÓÐÒâÒå¡£±ÈÈ磬fromElement ºÍ toElement ÊôÐÔÖ»¶Ô onmouseover ºÍ onmouseout ʼþÓÐÒâÒå¡£
Àý×Ó
ÏÂÃæµÄÀý×Ó¼ì²éÊó±êÊÇ·ñÔÚÁ´½ÓÉϵ¥»÷£¬²¢ÇÒ£¬Èç¹ûshift¼ü±»°´Ï ......
¶¨ÒåºÍÓ÷¨
test() ·½·¨ÓÃÓÚ¼ì²âÒ»¸ö×Ö·û´®ÊÇ·ñÆ¥Åäij¸öģʽ.
Óï·¨
RegExpObject.test(string)
²ÎÊýÃèÊö
string
±ØÐè¡£Òª¼ì²âµÄ×Ö·û´®¡£
·µ»ØÖµ
Èç¹û×Ö·û´® string Öк¬ÓÐÓë RegExpObject Æ¥ÅäµÄÎı¾£¬Ôò·µ»Ø true£¬·ñÔò·µ»Ø false¡£
˵Ã÷
µ÷Óà RegExp ¶ÔÏó r µÄ test() ·½·¨£¬²¢ÎªËü´«µÝ×Ö·û´® s£¬ÓëÕâ¸ö±íÊ¾Ê½Ê ......