Skip to content

Instantly share code, notes, and snippets.

@hjdivad
Created June 22, 2011 20:55
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 hjdivad/1041165 to your computer and use it in GitHub Desktop.
Save hjdivad/1041165 to your computer and use it in GitHub Desktop.
div = document.createElement('div');
div.innerHTML = '<span value="6512448364123" />';
div.innerHTML // => "<span value="6512448364123"></span>";
div = document.createElement('div');
div.innerHTML = '<li value="6512448364123" />';
div.innerHTML // => "<li value="2147483647"></li>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment