Or you could try to change:
jQuery(document).ready(function($) {
into something like:
jQuery(document).on('mousedown', 'a[rel*="'+rlArgs.selector+'"]', function() {