Questions tagged as 'selectores-css'

1
answer

Apply css to a parent element

I have the following code: <div class="togglearea"> <div class="toggle"> <h3>Titulo</h3> </div> </div> <div class="togglearea"> <div class="toggle">Titulo 2</div> </div> I...
asked by 12.01.2017 / 21:45
1
answer

Use data-values in function .slice - JQuery

I develop a calendar, and I want to simulate the function of a "calendar range", that is, select a start date and end date, like this For the calendar, it's in an html table <div id="dncalendar-body" class="dncalendar-body"> &l...
asked by 18.10.2018 / 17:49
1
answer

Deactivate cells before the selected cell - JQuery

I'm creating a calendar with JQuery . This is the code: <div id="dncalendar-body" class="dncalendar-body"> <table> <thead> <tr> <td>D</td> <td&g...
asked by 16.10.2018 / 18:03
0
answers

Angular6 scss selector

Angular6 use with scss. I have a component A to which the styles of class .estilos-A are applied and I call it from two different components. What I try to do and I do not achieve is that, depending on the component since I call A , th...
asked by 29.11.2018 / 23:13