var PLUGIN_HOME = 'http://www.sneakerbox.hu/wp-content/plugins/sneakerbox/'; jQuery(document).ready(function() { jQuery('.promo').click(function() { jQuery.post(PLUGIN_HOME+"update-click.php", { 'cmd': jQuery(this).attr("rel") }, function(data) { return true; }, 'text' ); }); });