How to merge the contents of two or more objects together in extend method?
Snippet Code
Rate this page :
[ 0 votes]
Jquery $.extend() method is used to combine the contents of more than two objects into the content of first object. The simple code using extend method is given below.