Skip to content

Instantly share code, notes, and snippets.

@BlaneyXYZ
Last active June 6, 2016 12:12
Show Gist options
  • Save BlaneyXYZ/f08d3e21344e0b304a7e7d3639a870a0 to your computer and use it in GitHub Desktop.
Save BlaneyXYZ/f08d3e21344e0b304a7e7d3639a870a0 to your computer and use it in GitHub Desktop.
javascript: jQuery('label:contains("Competent")').not('label:contains("Not Yet Competent")').prev('input').attr('checked','checked');jQuery('textarea').val('Good Work');jQuery('body').animate({scrollTop:$(document).height()}, 'fast');jQuery('#SaveAndValidate').trigger("click");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment