Awesome, thanks for the tips Mike. I've been excited about getting to leverage Selenium, it's advanced quite a bit since the last time I used it.
Selenium Grid looks very interesting as well, I'll look into that further for sure.
One of the things I really like about jQuery is that it encourages and makes it easy for you to find and manipulate different pieces of HTML. It feels a lot cleaner to me to not have to have classes in your html that are specifying a particular style (ex <button class="left orange">...), and using jQuery to find the types of things that (currently) should be "left orange" and adding those styles programatically. I know you can do this with the other AJAX frameworks, but it feels a little more core to the functionality of jQuery and it makes it very easy.
-Ted