Last active
December 12, 2016 20:26
-
-
Save hsquareweb/60cf6acf57f6deecde77801d1febb5a1 to your computer and use it in GitHub Desktop.
FacetWP - Change arrows for FacetWP pagination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
$(document).on('facetwp-loaded', function() { | |
$('.facetwp-page.first-page').html('First'); | |
$('.facetwp-page.last-page').html('Last'); | |
}); | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment