SyntaxFix
Write A Post
Hire A Developer
Questions
join is not a jQuery function .Its a javascript function.
The join() method joins the elements of an array into a string, and returns the string.The elements will be separated by a specified separator. The default separator is comma (,).
http://www.w3schools.com/jsref/jsref_join.asp