Skip to content

Instantly share code, notes, and snippets.

@maheshmurthy
Created August 8, 2011 05:14
Embed
What would you like to do?
var arr = $.map($("LI"), function(item, index){ while (index < 3)
});
{
return $(item).html(); return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment