国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > AJAX > 正文

jQuery+ajax實現(xiàn)文章點贊功能的方法

2024-09-01 08:33:40
字體:
供稿:網(wǎng)友
這篇文章主要介紹了jQuery+ajax實現(xiàn)文章點贊功能的方法,涉及jQuery基于ajax無刷新post提交實現(xiàn)點贊功能的具體步驟與相關(guān)技巧,需要的朋友可以參考下
 

本文實例講述了jQuery+ajax實現(xiàn)文章點贊功能的方法。分享給大家供大家參考,具體如下:

前幾日有童鞋問我索要本站右上角的點贊功能,麥蔥左思右想,決定把這功能分享出來,希望此功能對各位會帶來方便哦。

代碼很簡單,jQuery+php實現(xiàn)的。

jQuery代碼:

jQuery(document).ready(function($) {$(".zan").click(function(e){var $i=$(".zan i"), $b=$("<b>").text("+1"), n=parseInt($i.text());$b.css({"bottom":0,"z-index":999,});$i.text(n+1);$(".zan").append($b);$b.animate({"bottom":100,"opacity":0},1000,function(){$b.remove();});var d = setInterval(function(){clearInterval(d);if($(".zan b").length == 1){$.post("",{zan:$i.text()})}},1000)e.stopPropagation();});});

php代碼:

<?php$path = "zan.txt";if(isset($_POST['zan'])){$num = (int)$_POST['zan'];$save = fopen($path,"w");fwrite($save,$num);fclose($save);echo "good";exit();$zan = file_exists($path) ? intval(file_get_contents($path)) : 0;}?>

html代碼:

<div class="main"><div class="zan"><em>看官們給了 <i><?php echo $zan; ?></i> 個贊</em></div></div>

配上合適的css樣式:

.main { position: relative; font-size: 10pt; line-height: 18px; margin: 40px auto; width: 800px; height: 170px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}.zan { position: absolute; top: 20%; left: 45%; width: 160px; height: 110px; background: url("zan.jpg") center no-repeat; cursor: pointer; opacity: 0.85; }.zan:active { opacity: 1; }.zan em { position: absolute; color: #333; font-style: normal; bottom: -15px; width: 100%; text-align: center; }.zan i { font-style: normal; color: #E94F06; }.zan b { position: absolute; color: #E94F06; font-style: normal; bottom: -15px; width: 100%; text-align: center; }

就是這樣,簡單吧!

下面是完整代碼:

<?php$path = "zan.txt";if(isset($_POST['zan'])){$num = (int)$_POST['zan'];$save = fopen($path,"w");fwrite($save,$num);fclose($save);echo "good";exit();}$zan = file_exists($path) ? intval(file_get_contents($path)) : 0;?><!doctype html><html><head><meta charset="utf-8"><title>我要點贊</title><style>.main { position: relative; font-size: 10pt; line-height: 18px; margin: 40px auto; width: 800px; height: 170px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}.zan { position: absolute; top: 20%; left: 45%; width: 160px; height: 110px; background: url("zan.jpg") center no-repeat; cursor: pointer; opacity: 0.85; }.zan:active { opacity: 1; }.zan em { position: absolute; color: #333; font-style: normal; bottom: -15px; width: 100%; text-align: center; }.zan i { font-style: normal; color: #E94F06; }.zan b { position: absolute; color: #E94F06; font-style: normal; bottom: -15px; width: 100%; text-align: center; }</style></head><body><div class="main"><div class="zan"><em>看官們給了 <i><?php echo $zan; ?></i> 個贊</em></div></div><script src="jquery.min.js"></script><script>jQuery(document).ready(function($) {$(".zan").click(function(e){var $i=$(".zan i"), $b=$("<b>").text("+1"), n=parseInt($i.text());$b.css({"bottom":0,"z-index":999,});$i.text(n+1);$(".zan").append($b);$b.animate({"bottom":100,"opacity":0},1000,function(){$b.remove();});var d = setInterval(function(){clearInterval(d);if($(".zan b").length == 1){$.post("",{zan:$i.text()})}},1000)e.stopPropagation();});});</script></body></html>

標題都說了是無上限點贊的,So,麥蔥告訴大家個小訣竅:

/* 怒贊 */jQuery.noConflict();function zan() {setInterval(function () {jQuery(".zan").click();zan();}, 600)}zan();

當然,如果你使用了加速樂防CC(麥蔥就是),怒贊請求量過多,會被屏蔽掉哦!除非你取消掉jQuery里的POST

希望本文所述對大家jQuery程序設(shè)計有所幫助。



注:相關(guān)教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 黑水县| 盱眙县| 靖安县| 法库县| 东兰县| 广宁县| 偏关县| 柳州市| 乐亭县| 沙洋县| 阜新| 阜平县| 法库县| 科尔| 龙州县| 甘孜县| 麻城市| 枣阳市| 清苑县| 金堂县| 嫩江县| 洛南县| 永春县| 曲水县| 林口县| 伊宁县| 马边| 古交市| 吉林市| 鄯善县| 驻马店市| 遂溪县| 永丰县| 双辽市| 松潘县| 公主岭市| 普兰店市| 通榆县| 东辽县| 吉首市| 信宜市|