// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
shortcodes-ultimate
/
assets
/
js
[ PARENT ]
EDIT :: vote.js
jQuery(document).ready(function($) { $('.su-vote').prependTo($('#wpcontent')).slideDown(); $('.su-vote-action').on('click', function(e) { var $this = $(this); e.preventDefault(); $.ajax({ type: 'get', url: $this.attr('href'), beforeSend: function() { $('.su-vote').slideUp(); if (typeof $this.data('action') !== 'undefined') window.open($this.data('action')); }, success: function(data) {} }); }); });
SAVE
CANCEL