Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created August 29, 2017 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanbossenger/d6b2e0d794079c93b59b8b741f7fa2b0 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/d6b2e0d794079c93b59b8b741f7fa2b0 to your computer and use it in GitHub Desktop.
ajaxComplete.js
jQuery(document).ready(function($){
$(document).ajaxComplete(function () {
$(".more-link").text("New text");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment