| $.browser.msie | จะคืนค่า true ถ้า browser ที่ใช้อยู่เป็น Microsoft Internet Explorer |
|---|
syntax:$.browser.msie
return type:boolean
content:จะคืนค่า true ถ้า browser ที่ใช้อยู่เป็น Microsoft Internet Explorer
example:if ( $.browser.msie ) { alert ( "This is Microsoft Internet Explorer Browser." ); }