| $.merge ( firstArray, secondArray ) | ใช้ merge array 2 ตัวให้เป็นตัวเดียว โดยรวมไว้ที่ firstArray |
|---|
syntax:$.merge ( firstArray, secondArray )
return type:void
content:ใช้ merge array 2 ตัวให้เป็นตัวเดียว โดยรวมไว้ที่ firstArray
example:var first = [ "website", "function", "in.th" ]; var second = [ "website", "catalogtoday", "com" ]; $.image ( first, second ); alert ( first );