Jeremy Martin

Results 30 comments of Jeremy Martin

Thanks for all the pull requests today! I haven't had a chance to review them, but I'll dig into them soon!

@furiousgreencloud Have you tried calling destroy on the container element (the same one you initialized with)? `$('.kwicks').destroy()` _should_ be removing all inline styles from the panels already (https://github.com/jmar777/kwicks/blob/master/jquery.kwicks.js#L176): ```js destroy:...

@furiousgreencloud thanks for the PR! I'm a little confused, though... what's the version 10.7 you referenced in your commit message? The latest jQuery version is 3.1.1 AFAICT, and the api...

Gotcha. Do you have an example of where the previous version didn't work and the modified version does? As best I can tell, they should do the same thing.

Hey @chodhary - can you provide a link to the page that doesn't look correct on mobile?

@lukehillonline Hey, sorry for the delay in responding to this. Haven't had any time to focus on Kwicks recently, but thank you for the pull request! I'll do my best...

@keyvan-m-sadeghi does the kwicks container element fill the entire window as well?

Hey, sorry for the delayed reply on this. Are you setting both minSize and maxSize in your options object? I haven't seen any bugs where the validation logic doesn't work...

Hey - terribly sorry for not responding to this. I just discovered quite a few issues that I never received notifications for. Are you still needing any assistance with this?

Hey - there's currently no way to accomplish that with Kwicks, as the min/maxSize options can't be changed after the plugin has been instantiated. I could definitely imagine a `.kwicks('expand',...