We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$.getJSON("https://api.github.com/repos/williamspiro/HubSpot-Developer-Extension/releases", function(data) { var items = []; $.each(data, function(key, val) { var placement = data.index; items.push("<li id='" + key + "'><a href='" + val.html_url + "'>" + val.name + val.tag_name + val.body + key + "</a></li>"); }); </li> $("<ul/>", { </ul> "class": "my-new-list", html: items.join("") }).appendTo(".testing"); }); </script>
This is a script that was created for grabbing the releases. need to eventually get it going inside of the options screen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a script that was created for grabbing the releases. need to eventually get it going inside of the options screen.
The text was updated successfully, but these errors were encountered: