<button class="actionButton default" type="submit"> Save</button>
Can you select this button by both its class and type using a jQuery selector?
I attempted the following, but it did not work:
var saveBttn = $('.actionButton.default [type="submit"]')