input[type=submit] or input[type='submit']
Hi!
Which of these forms are the preferred way of using jQuery to select the submit button?
input[type=submit] or input[type='submit']
I'm wondering if it's recommended to use tick marks. It seems to work fine without tick marks, but is that long-term supported (i.e. not deprecated)?