Home | History | Annotate | Download | only in js

Lines Matching refs:arrow

1277     toggleMe.slideUp('fast', function() {  // Wait until the animation is done before closing arrow
1871 // 38 UP ARROW
1888 // 40 DOWN ARROW
1902 // Consider left/right arrow navigation
1905 // 37 LEFT ARROW
1923 // 39 RIGHT ARROW
1943 // if key-up event and not arrow down/up/left/right,
3216 /* Toggle an inherited class (arrow toggle)
4064 was removed, but it is possible to add .next-arrow and .prev-arrow elements to
4083 var $nextArrow = $widget.find('.next-arrow');
4084 var $prevArrow = $widget.find('.prev-arrow');