Lines Matching refs:attr
55 hide($(this).attr('id').substring(2));
63 openReply($(this).attr('id').substring(2));
67 closeReply($(this).attr('id').substring(2));
75 showProposal($(this).attr('id').substring(2));
79 hideProposal($(this).attr('id').substring(2));
83 showProposeChange($(this).attr('id').substring(2));
87 hideProposeChange($(this).attr('id').substring(2));
91 acceptComment($(this).attr('id').substring(2));
95 deleteComment($(this).attr('id').substring(2));
99 toggleCommentMarkupBox($(this).attr('id').substring(2));
119 $('a.sel').attr('href', '#').removeClass('sel');
228 form.find('textarea,input').attr('disabled', 'disabled');
257 ao.find('img').attr({'src': opts.commentBrightImage});
404 var classes = link.attr('class').split(/\s+/);
432 var id = link.attr('id');
611 $(document.createElement('div')).attr({'class': 'popup-error'})
613 .attr({'class': 'error-message'}).text(message))
623 var id = $(this).attr('id').substring(1);
630 $(document.createElement('a')).attr({
635 .append($(document.createElement('img')).attr({
642 show($(this).attr('id').substring(2));
646 $(document.createElement('a')).attr({
651 .append($(document.createElement('img')).attr({
658 hide($(this).attr('id').substring(2));