Skip to content

Instantly share code, notes, and snippets.

@jwalsh
Created December 16, 2010 23:01
Show Gist options
  • Save jwalsh/744174 to your computer and use it in GitHub Desktop.
Save jwalsh/744174 to your computer and use it in GitHub Desktop.
$(".container_12").attr("width") === undefined
$(".container_12").attr("width", "200px")
$(".container_12").css("width", "200px")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment