Todd Horst
Todd Horst
**Is your feature request related to a problem? Please describe.** We were having stability issues and part of the recommended fixes from nextgen support is to clear statistics, so that...
This project looks like what I need. I am building a site with Laravel, but would like to use handlebars templates and an api to make the pages dynamic. I...
``` /** * Determines the type of a given variable. * If the variable is a Java instance, it returns the Java class name. * If the variable is a...
I think this is my last issue. I'd like to say thanks for this lib and it works and looks great. It was easy to implement and hasn't given me...
On my left swipe I have two switch triggers, and on my right I only have one. But I would like to set the right one to a different percentage...
Minor small bug here. If you pull the "right swipe only" left, it indeed will not go. However if you swipe it right a pixel or 5, then swipe left...
To allow users to bring focus to an existing popup without causing the window to refresh. Current behavior: Clicking on a link to open a pop up that happens to...
This is a slimmer implementation which doesn't keep a global list of open window handles. The downside to not having a local array of handles, specifically in chrome, is that...
Allow user to only pass in an object, with a key for url. This commit maintains backwards compatibility. This is optional, I like passing 1 (potentially complex) object to a...
If i hide calendar and then show it, _findscrollbarwidth continually gets called in ie 7/6. Then it basically crashes the browser. I can provide a sample page if need be....