Joseph McCullough

Results 28 comments of Joseph McCullough

I'm glad you were able to resolve the issue! What was the adjustment you made to the plugin?

Thanks for the PR! I'll need to make some small tweaks (like a comment explaining what that chunk is for, update the minified js, etc) but I'll get this merged...

Is stupidtable being called on the outer table or the inner table in your example here? Would you happen to have a testcase demonstrating the issue?

Good point. I'll consider it, thanks!

If you don't like the documentation you're free to send a PR or use a different project entirely.

Thank you for this snippet. I may try to incorporate it into the documentation somehow.

I wanted to verify if multiple tbody tags is valid HTML, and it is: http://www.w3.org/TR/html-markup/table.html#table > Permitted contents > An optional caption element, followed by zero or more colgroup elements,...

You're right, I didn't realize that feature was removed. However, I think some sort of hook that allows you to manually adjust the column array after the sort but before...

I was writing up this huge comment about my personal views of data integrity and whatnot, then I realized although there is the occasionally need for ascending/descending sorts to provide...

Thanks for the pull request. Did the tests pass with your adjustments? And what mobile device was the plugin failing on before?