Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   success: function(versions) {
  2.         $("#versionList").empty();
  3.         $.each(versions.d, function() {
  4.         $("#versionList").append("<option value='" + this.ID + "'>" + this.Version + "</option>");
  5.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement