| html ( function ( index, html ) ) | ใช้กำหนด HTML Contents ให้กับ ทุก element ภายใน set |
|---|
syntax:html ( function ( index, html ) )
return type:void, element
content:ใช้กำหนด HTML Contents ให้กับ ทุก element ภายใน set
example:$("li", "ul#group").html ( function ( index, html ) { return "My id : " + this.id + " and My class : " + this.className; } );