Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
plugins
/
adrotate
/
library
📤 Upload
📝 New File
📁 New Folder
Close
Editing: jquery.clicker.js
/* Track clicks from special elements Version: 1.1 Original code: Arnan de Gans With help from: Fraser Munro Copyright: See notice in adrotate-pro.php */ (function($) { $(document).ready(function() { $(document).on('click', 'a.gofollow', function(){ $.post(click_object.ajax_url, {'action':'adrotate_click','track':$(this).attr("data-track")}); }); }); }(jQuery));
Save
Cancel