I am filling a table as follows:
$.ajax({
method: "GET",
url: "https://api.github.com/search/users",
data: { q: search, sort: "repositories" }
})
.done(function( msg ) {
jQuery.each(msg.items, function(i, users){
getRep...
asked by
10.11.2017 / 01:24