Posts by GuilhermeD • 21 points
2 posts
-
0
votes1
answer40
viewsQ: i18n grails and jquery with different languages
I’m using the language internationalization feature (i18n) in a Grails project. A portion of the tags are inserted directly into the files. gsp and another part is in the JS scripts…
-
2
votes3
answers864
viewsQ: css select only first level
I have a menu with up to 3 levels of nested lists. I need to select only the first level text and skip the nested content. I tried to use .menu > ul> li {} (and some variations of this) and…