Way back when, I wrote this blog post to show you how to customize your URLs to include categories, which you can refer to for my reasoning on needing this change (side note: the lack of support still bothers me). Fast forward a year and a half and Ghost v0.…
Late, again, on posting about an Autotab patch. The v1.9.2 patch has been released, which includes restoring the maxlength of an element when pasting. It also addresses an issue of changing the text in a button when pasting.…
I'm pretty late on this, but a v1.9.1 patch has been released. In my 1.9.0 post, I mentioned a workaround to an IE11 behavioral issue. After receiving several tickets and emails about the change, I have reverted it in 1.9.1 and added the drop…
Tada, another Autotab release! v1.9.0 release allows you to leverage basic support for HTML5 input types tel, number, email, url and search. The primary reason these fields have basic support is due to the lack of selection functionality, and there's nothing I can really do about that. Autotab…
Autotab 1.8.1 is available for use. I was coding so late that I neglected to check a key feature to the new refresh method and left in some debug code instead. Well, this release fixes that, and cleans up a few of the demo links. I also updated…
Autotab just got a lot better! v1.8.0 release now allows you to dynamically update your tabbing order whenever you add or remove fields on a page with the new $.autotab.refresh() method. To show off this new feature, two new demos have been added, one using Angular, another…