Joined February 2012
·
Posted to
Cancel Button on a form with Required fields
over 1 year
ago
@kunalvarma05 It may depend on the doctype you're using. The above works for the HTML5 <!DOCTYPE html>
but if you need to, use a full parameter formnovalidate="formnovalidate"
. Also note that, as always, YMMV depending on the browser and version (IE). Here's a fiddle: http://jsfiddle.net/rwzMs/1/
Posted to
Command + Shift + T to open the last closed tab
over 1 year
ago
I've always thought that Undo should (also) open the last closed tab.
Achievements
83 Karma
9,311 Total ProTip Views
Forked 20
Have an established project that's been forked at least 20 times
Forked
Have a project valued enough to be forked by someone else
Cub
Have at least one original jQuery or Prototype open source repo
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Charity
Fork and commit to someone's open source project in need
This looks nice, but isn't it terrible for accessibility (e.g., screen readers) since it removes the built-in markup contexts of columns and headers and such?