Skip to content

Instantly share code, notes, and snippets.

@chrislovecnm
Created November 12, 2011 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrislovecnm/1359965 to your computer and use it in GitHub Desktop.
Save chrislovecnm/1359965 to your computer and use it in GitHub Desktop.
jquery validation plugin fix
var v = $.browser.msie && !(op.attributes['value'] != null &&
op.attributes['value'].specified) ? op.text : op.value;
// var v = $.browser.msie && !(op.attributes['value'].specified) ?
op.text : op.value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment