Alexey Novak

Results 15 comments of Alexey Novak

Hi @rootical To answer this question you should ask what "accessible" means? You can find and read about this topic everywhere online. This is just one of the online examples:...

Well you can think of multiple ways of disabling rows. a) if there is a specific class on the accordeon row then the row will appear disabled and won't respond...

Implemented: getEl(rowIndex) - returns jQuery element with a specific row within collapse(rowIndex) uncollapse(rowIndex) toggle(rowIndex) - toggle between collapse and uncollapse But have not tested them thoroughly

showMultiple(true/false) - for switching showOne option dynamically

@andrewhartwig You are right I just spotted that I use `request` npm module. I guess I should've used something agnostic like `superagent` instead. If you have `webpack` in your project...

I would've pointed you to the Google Finances JSON description but it seems that the original URL I've been using stopped working at the moment.

@stevenlkm @jazarja it looks like Google changed its API and a basic query which most of the modules out there have been using (https://finance.google.com/finance?q=AAPL&output=json) stopped working. Not sure on how...

@markerikson thanks a lot for your quick reply. I totally agree that a more relevant and clear example would be more beneficial for developers. Honestly I have a more complex...

@markerikson thanks a lot again. I will most definitely read the article you provided. I will close this thread since it is pretty much resolved. Also about the example -...

@markerikson I will ask another very silly question here which is possibly would be a good idea to mention in the documentation as well. It is the difference between: ```javascript...