filmov
tv
Javascript Array to jQuery Collection

Показать описание
if your authoring a plugin, you will need to eventually return a jquery collection back to your users. Well sometimes you didn't use jquery to create that array, so its just a normal javascript array. In those cases, we can use this $() and push() trick to create that collection