Questions tagged as 'child'

1
answer

Target an ull element with class="menus" excluding the others, only one at a time [closed]

jQuery(document).ready(function() { $('.heading-list').bind('click',function(){ $('.list').children().css({ 'display': 'block' }); }) $('.heading-list').bind('dblclick',function(){ $('.list').children().css({ 'display': 'none' }...
asked by 18.08.2017 / 17:16
1
answer

Children of a selector: one with margin left another with right

Next, I've always had this question I have this html structure <!-- wrap1 --> <div class="wrap"> <div class="filho"> (...) </div> </div> <!-- wrap2 --> <div class="wrap"> <div class="filh...
asked by 02.02.2018 / 16:53
1
answer

show the value of the children inputs of divs js

I need the for / while to display on the screen the string placed in the input of the first div the first time the loop is executed and the second time it shows on the screen the string placed in the input of the second div and so on. > <...
asked by 06.07.2018 / 16:27
2
answers

Firebase - Child inside another child

I would like to know how to put a child inside another child in the firebase, for example, create a child that calls "Company" and inside that child put other childs with each seat inside, do not know if I was clear, help me by favor. PS: I'm us...
asked by 24.09.2017 / 19:25
1
answer

Only open prompt if you click the parent element and not the child element

I have div and inside it has several other elements (img, span, etc.). What I need to do is that only when I click on div parent the prompt of javascript opens, if you click on another element (child, the ones inside) nothin...
asked by 05.05.2017 / 17:29
1
answer

WPF - Trigger on elements inside a wrap panel

I have a wrap panel that contains several dockpanels, and I need each dockpanel to change its background by hovering the mouse over it. I think creating a trigger for each element would not be appropriate. My sham is like this: <StackPanel&...
asked by 25.09.2018 / 15:23
0
answers

DataTables, Child rows

I'm having a problem with the nested datatables, the child rows (details), are showing all the data, but I want every information to remain in your line, can anyone help me? my code below and an image to illustrate ... function format...
asked by 08.03.2018 / 20:14
0
answers

Control Components Children Angular 2+

I need to create a component that controls other components, the idea is to set up a parent component (grid-component) that controls the child component (user-form-component). Something like this: <grid-component> <user-form-comp...
asked by 30.01.2018 / 21:01