Markus Falk

Results 11 issues of Markus Falk

currently it only works below 1.9 because of live() event handler.

maybe you could also make the carousel responsive?

I would like to wish for some more accessibility for the plugin. - aria roles - tab-focus for navigational elements - ... let me know what you think. thanks alot.

``` javascript svg2png: { app: { files: [{ expand: true, flatten: true, cwd: 'components/app', src: ['**/*.svg'], dest: 'build/assets/img' }] } }, ``` when options set to `flatten:true` it still keeps...

**Describe the bug** Documentation says values for the different substitutions are coming from package.json. > {{owner}} --> Default: Extracted from normalized package.json repository.url field. > {{host}} --> Default: Normalized host...

bug

- http://rxmarbles.com/ - http://redux.js.org/

- add list of operators and description

is it possible to have an option that defines the position in the dom where to add the response and remove the additional divs? I have a list and want...

enhancement

hi, would you consider adding the new browser-stack screenshot feature to the grunt-task? thanks

I'm using the plugin with the event set to 'mouseover' which returns the following error: **TypeError: self.rotate is not a function self.rotate(0);** ``` javascript $('.tabs').tabs({ event: "mouseover" }).tabs('rotate', 5000, true);...