Skip to content

Instantly share code, notes, and snippets.

@jump020305
jump020305 / test.md
Created January 8, 2017 04:36
to include the keyboardNavigation feature in my application
  • i am trying to implement accessibility in my highcharts
  • i got the latest version of highcharts 5.0 since in this version only they have included accessibility for highcharts
  • i have imported accessibility in my code like this import SportsGraphAccessibility from 'sports-kick/modules/accessibility';
  • but to include the keyboardNavigation feature in my application I included in my example.
  • can you let me know whether I have done it correctly.
  • providing code below -original highchats demo can be seen here http://jsfiddle.net/gh/get/jquery/3.1.1/highcharts/highcharts/tree/master/samples/highcharts/accessibility/advanced-accessible/ **accessibility: { keyboardNavigation: { skipNullPoints: true
@jump020305
jump020305 / classes.md
Last active November 24, 2016 01:48
switching classes

hi,

  • i have tabs code, everything is working fine but when i click another tab white backrgound should move to another tab, but its sticking with that tab iteslef.
  • basically i need to remove first-ball-jump class form li tag.
  • can you guys tell me how to remove from li class when we switch tabs.
  • now its in secomnd li tag, when I moved to first tab I need to remove from second li tag
  • i tried to use substring to remove that class but I am not successful.
  • can you guys tell me how to fix it.
  • providing code below.