Skip to content

Instantly share code, notes, and snippets.

@omernaci
Created January 30, 2019 10:12
Show Gist options
  • Select an option

  • Save omernaci/c0f6502a025ebc62c28b63dc34242a38 to your computer and use it in GitHub Desktop.

Select an option

Save omernaci/c0f6502a025ebc62c28b63dc34242a38 to your computer and use it in GitHub Desktop.
JSF HTML Generate Id with column : CSS Selector
/*
The : is a special character in CSS identifiers,
it represents the start of a pseudo class selector like :hover, :first-child, etc. You would need to escape it.
*/
#phoneForm\:phoneTable {
background: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment