| innerWidth () | ใช้คืนค่า ขนาดความกว้างด้านใน ของ first element ภายใน set |
|---|
syntax:innerWidth ()
return type:number
content:ใช้คืนค่า ขนาดความกว้างด้านใน ของ first element ภายใน set
example:alert ( $(document).innerWidth() ); alert ( $("img.logo").innerWidth() );