J

Results 10 comments of J

I had this same issue, but maybe a little worse. On pages with multiple tables using StickyTableHeaders, the headers would flicker even when you *weren't* scrolling. But setting the `scrollableArea`...

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 switch back and fourth between...

What was wrong with Messi? The problem im having, is I have an input in the Messi, with the ID #test, and for some reason, $('#test').val() is ALWAYS null... idk...

I had the same peoblem, then i realized the variable wasnt being defined inside the callback... prob the same as yours. On Aug 21, 2015 7:05 AM, "suzannlarsen" [email protected] wrote:...

@MoOx, thanks for the quick reply. I tried that and got another error > ModuleBuildError: Module build failed: ModuleParseError: Module parse failed: Unexpected character '' (1:0) > You may need...

Looks like you're right about the `url()`.. ``` $ grep -nHi 'url(' ./assets/plugins/bootstrap/css/bootstrap.css ./assets/plugins/bootstrap/css/bootstrap.css:266: src: url('../fonts/glyphicons-halflings-regular.eot'); ./assets/plugins/bootstrap/css/bootstrap.css:267: src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); ``` I'll...

You have to use [the API](http://fronteed.com/iCheck/) buddy.. ``` javascript $('input').iCheck('check'); $('input').iCheck('uncheck'); ```

Thanks for the heads up, ill work on this asap and get it fixed. I like you proposed solutions, I will test those out and implement them!

Hey Mike, Thanks for using the plugin and opening the ticket, and I apologize for the response delay. I had to take a break from personal projects like this, due...

@mikeee324 I just merged the pull request from @AlexeyKosov, and committed an example of a datatable using an ajax source and this plugin. Let me know if you have any...