commas and brackets ! ???
commas and brackets ! ???
in tutorials and definitions
for example in this page
why do they write like this:
jQuery.extend( target
[
,
object1
]
[
,
objectN
]
)
what does this syntax mean ?????
why dont they write this way :
jQuery.extend( target
,
[
object1
]
,
[
objectN
]
)
Topic Participants
nimagrant
gautamx07
jakecigar