芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/plugins/tp-education/assets/js/tp-education-like.min.js
jQuery(document).ready(function(){jQuery(".user_like").click(function(a){a.preventDefault(),post_id=jQuery(this).attr("data-post_id"),nonce=jQuery(this).attr("data-nonce"),jQuery.ajax({type:"post",dataType:"json",url:tp_education_ajax.ajaxurl,data:{action:"tp_education_like",post_id:post_id,nonce:nonce},success:function(a){"success"==a.type?jQuery("#like_counter").html(a.like_count):alert("You have already liked this post.")}})})});