Jonathan Abbett
Jonathan Abbett
I use jQuery to run a method whenever an input in my form changes, i.e. $("textarea").live("change", function() { // do something }); I have PunyMCE enabled for a textarea, but...
After trying, and liking, jquery-tourbus on my desktop browser, I opened it up on my iPhone, and saw several problems. 1. First step is too wide for the screen. 2....
I have so many things in my menu bar already, many things which can only exist in my menu bar. With the 3.0 upgrade, Gitify now looks to be menu-bar-only....
form2js has been a breakthrough in my coding - thank you! Now that I can suck JSON out of my form, do you have a magical way to take the...
As we've used Abraham in our software for a while now, we're at the point of adding new features to pages that already have introductory tours. We want new users...
Using something like [SauceLabs' free open source accounts](https://saucelabs.com/solutions/open-source), we should get Travis CI to run abraham's system tests in multiple browsers. We could keep abraham's testing consistent with Shepherd's supported...
I have a sequence with 3 workers that 1) summarize, 2) tag, and 3) categorize a record. Due to natural inconsistencies, I have several records that are summarized but not...
Everything works fine in all browsers if I use the default settings, but when I set a custom URL, Internet Explorer 9 "goes offline." I created a simple JSFiddle to...