Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

id ends with css

/*
	This will select all div elements with an ID 
	ending with -my-id using [arrtibute$=value] 
*/
div[id&="-my-id"] {
	/* add styles here */ 
}
 
PREVIOUS NEXT
Tagged: #id #ends #css
ADD COMMENT
Topic
Name
6+6 =