J

Results 9 issues of J

Proposed resolution to Issue #107. When viewing the table header in FireFox Inspector, I notice the CSS top value within the style attribute of the thead.tableFloatingHeaderOriginal element will very quickly...

Im trying to use PassportJS as a means of authentication for an application I'm writing. The application itself is more of a CLI tool, which doesn't use express. I was...

Im having an issue when I try to import the Bootstrap CSS files. Heres the App.js file, its pretty basic: ```javascript import React from "react"; import { Router, Route, browserHistory...

enhancement

I was half way through switching from Labelauty to iCheck, because iCheck supports radio buttons as well as checkboxes, and it just looks awesome. But then I realized that iCheck...

My code example (below) is pretty much exactly what was taken from the README file, just with less comments and the `configData` populated differently. I thought that passing an object...

Hello. I'm using your *metalsmith-pug* plugin in combination with *[metalsmith-include](https://github.com/treygriffith/metalsmith-include)* to include markdown files in the source directory (which use pug). But I seem to be having an issue with...

Just a suggestion, maybe add functionality for 'soft deletes', which will be updated when the row is 'deleted', then excluded from further searches (unless set to include deleted entries)

I really like this plugin, it seems to work pretty well. I was wondering if theres a way to grab all the JS files in a specified directory? (Either `/path/to/js/*.js`...

Im looking for a plugin system I can use that will allow users to add functionality, and take advantage of events/filters that already exist in the application. I can see...