Home | History | Annotate | Download | only in js

Lines Matching refs:hide

25     $(this).addClass("hide");
58 $(this).hide();
166 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
208 $('.start-course-link').attr('href', $nextLink.attr('href')).removeClass("hide");
210 $('.start-class-link').attr('href', $nextLink.attr('href')).removeClass("hide");
219 $('.next-page-link').attr('href','').removeClass("hide").addClass("disabled").click(function() {
222 $('.next-class-link').attr('href',$nextLink.attr('href')).removeClass("hide").append($nextLink.html());
225 $('.next-page-link').attr('href', $nextLink.attr('href')).removeClass("hide");
237 /* hide me */
248 // first hide all other siblings
328 $('#devdoc-nav a.totop').hide();
363 .hide()
381 $tooltip.hide();