Home | History | Annotate | Download | only in js

Lines Matching refs:arrow

1417     toggleMe.slideUp('fast', function() {  // Wait until the animation is done before closing arrow
2011 // 38 UP ARROW
2028 // 40 DOWN ARROW
2042 // Consider left/right arrow navigation
2045 // 37 LEFT ARROW
2063 // 39 RIGHT ARROW
2083 // if key-up event and not arrow down/up/left/right,
3353 /* Toggle an inherited class (arrow toggle)
4201 was removed, but it is possible to add .next-arrow and .prev-arrow elements to
4220 var $nextArrow = $widget.find('.next-arrow');
4221 var $prevArrow = $widget.find('.prev-arrow');