Home | History | Annotate | Download | only in js

Lines Matching refs:arrow

1427     toggleMe.slideUp('fast', function() {  // Wait until the animation is done before closing arrow
2021 // 38 UP ARROW
2038 // 40 DOWN ARROW
2052 // Consider left/right arrow navigation
2055 // 37 LEFT ARROW
2073 // 39 RIGHT ARROW
2093 // if key-up event and not arrow down/up/left/right,
3363 /* Toggle an inherited class (arrow toggle)
4211 was removed, but it is possible to add .next-arrow and .prev-arrow elements to
4230 var $nextArrow = $widget.find('.next-arrow');
4231 var $prevArrow = $widget.find('.prev-arrow');