Lines Matching defs:show
73 $('a.show-proposal').live("click", function(event) {
81 $('a.show-propose-change').live("click", function(event) {
147 function show(id) {
149 $('#ah' + id).show();
170 $('#ao' + id).show();
371 $('#hp' + id).show();
377 $('#sp' + id).show();
383 $('#hc' + id).show();
392 $('#pc' + id).show();
452 .show();
462 $('#' + (d.value == 1 ? 'd' : 'u') + 'v' + d.comment_id).show();
491 $('#cr' + id).show();
524 $('#rl' + id).show();
557 return $('<div class="moderate">Thank you! Your comment will show up '
573 div.find('#' + direction + 'u' + comment.id).show();
577 div.find('a.reply').show();
579 div.find('#sp' + comment.id).show();
581 div.find('#cm' + comment.id).show();
583 div.find('#dc' + comment.id).show();
642 show($(this).attr('id').substring(2));
708 <a href="#" id="pc<%id%>" class="show-propose-change">\
754 <a href="#" id="sp<%id%>" class="show-proposal">proposal ▹</a>\