File manager - Edit - /home/theblueo/tv/wp-content/plugins/sfwd-lms/includes/lib/wp-pro-quiz/js/wpProQuiz_toplist.js
Back
function wpProQuiz_fetchToplist() { var plugin = this; plugin.toplist = { handleRequest: function(json) { jQuery('.wpProQuiz_toplist').each(function() { var $tp = jQuery(this); var data = json[$tp.data('quiz_id')]; var $trs = $tp.find('tbody tr'); var clone = $trs.eq(2); $trs.slice(3).remove(); if(data == undefined) { $trs.eq(0).hide().end().eq(1).show(); return true; } for(var i = 0, c = data.length; i < c; i++) { var td = clone.clone().children(); td.eq(0).text(i+1); td.eq(1).text(data[i].name); td.eq(2).text(data[i].date); td.eq(3).text(data[i].points); td.eq(4).text(data[i].result + ' %'); if(i & 1) { td.addClass('wpProQuiz_toplistTrOdd'); } td.parent().show().appendTo($tp.find('tbody')); } $trs.eq(0).hide(); $trs.eq(1).hide(); }); }, fetchIds: function() { var ids = new Array(); jQuery('.wpProQuiz_toplist').each(function() { ids.push(jQuery(this).data('quiz_id')); }); return ids; }, init: function() { var quizIds = plugin.toplist.fetchIds(); if(quizIds.length == 0) return; jQuery.post(WpProQuizGlobal.ajaxurl, { action: 'wp_pro_quiz_show_front_toplist', quizIds: quizIds }, function(json) { plugin.toplist.handleRequest(json); }, 'json'); } }; plugin.toplist.init(); } jQuery(document).ready(wpProQuiz_fetchToplist);
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings