Alexey Novak
Alexey Novak
...using cross domain asynchronous calls by retrieving JSONP and then converting it to the supported WebVTT format. This feature keeps video captions up-to-date using captionator with your video plus it...
Need to add some CSS and JS functionality in order to be able to disable some of the rows.
Possibly to create the following public functions: collapse(rowIndex) uncollapse(rowIndex) toggle(rowIndex) - toggle between collapse and uncollapse disable(rowIndex) enable(rowIndex) getEl(rowIndex) - returns jQuery element with a specific row within
It looks like Travis does not like how tests are using ES6
I'm aware that this is a bug tracker and not a support system. But there is one place in the official documentation which puzzles me. I just wonder if `react-redux`...
Just tried the demo in Chrome Version 25.0.1364.172 http://sandglaz.github.com/bootstrap-tagautocomplete/ It seems that cursor is placed differently after autocomplete is complete. It depends on the line number where user is typing:...
You have a great `.npmignore` file. I thought that it possibly could be better if you use default Node.js npmignore file provided by GitHub. I believe the content of it...
Most often React component come with supplementary style sheet files like CSS or, even more often, SCSS or LESS which have to be transpiled into CSS. It would be awesome...