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
Script to check if this exists. If it doesnt, query and inject the value yourself
$("<id>").load("<compare URL>", function(data) { $("<id>").text($(".tabnav a:eq(0) .Counter").text().trim()); console.log($(".tabnav a:eq(0) .Counter").text().trim()); });
The text was updated successfully, but these errors were encountered:
Probably either call .load() after injecting a div that will contain the information (http://api.jquery.com/load/#loading-page-fragments)
or use jQuery Ajax to handle it and insert element after (http://api.jquery.com/jQuery.get/)
Sorry, something went wrong.
Find all with this to not get the tagged-only entries
$(".release-entry .release.label-latest, .release-entry .release.label-")
Implemented as of 9bff054
No branches or pull requests
Script to check if this exists. If it doesnt, query and inject the value yourself
The text was updated successfully, but these errors were encountered: