Questions tagged as 'div'

0
answers

Div gets cut when window size changes + css

I do not know how to look for this on the web, until I ask the question is difficult, what happens is that I have a div on the screen with background = red eg the screen being expired becomes beauty, when I give a resize in screen and I return t...
asked by 05.05.2016 / 14:24
1
answer

Open different elements js

I would like to know how I can create a function in JS / Jquey that opens a DIV that not is visible. However, I will have more than one DIV, and I need JS to identify these DIVs (I hope it was clear) rs !! Obs : My code is a slider an...
asked by 24.03.2016 / 15:45
1
answer

Div with hide and iframe inside, however link does not open

When you enter the site , you will see that you will have a div by following the mouse, and the content of it is an iframe. When they click on this div or the image of the iframe, they disappear, however, the main objective is to click on the l...
asked by 07.03.2016 / 06:32
1
answer

Show and hide content in list form. with Div and Javascript [duplicate]

I'm trying to edit this code that is almost finished, its function is to show and hide a certain content that is within a div . But I can not get it to work. You can get access to it working here: link Use the menu to perform...
asked by 19.12.2015 / 23:15
1
answer

get the id of a dynamically generated tag

Good morning. Does anyone know how to do in jquery to capture some data from a tag within a dynamically generated table ? In fact everything inside the "showPesqReserve" div is generated dynamically. Ex: <div id="showPesqReserva">...
asked by 28.01.2016 / 14:16
2
answers

Open div when you click on a date

How do I open a div when clicking on one of the dates? When you click on the other% open% close and open the clicked with a different content? #agenda { width: 1000px; height: 500px; background-color: white; position: rela...
asked by 24.06.2015 / 22:23
1
answer

ASP.NET WEB FORMS Remove a p and its contents from a DIV

I have several DIVS that contains a < p > & nbsp; < / p & gt ;. How do I remove this paragraph with space in CodeBehind? (Without using JS or JQuery)     
asked by 12.03.2015 / 15:34
0
answers

Update div with click

I'm using this code to refresh a page div by clicking the <div id="campo"></div> function atualiza_campo_usuario(){ $("#campo").load("http://site.com"); } But what happens is that sometimes updates and sometimes does not up...
asked by 07.04.2015 / 09:04
0
answers

Decrease the height of a div

I want to make a change in div height on my site, but I do not know exactly where to edit, I'm new to WordPress and I do not understand much programming and I'm kind of lost. It is div of the newsletter of the home page of the s...
asked by 24.01.2015 / 04:23
2
answers

Save content from a div to a .html file With php or javascript

How do I save content from a div into a .html file with php or javascript. The intention is to generate a pdf later with this saved html. I saw that there are many topics here on the subject, but I'm failing miserably, none of them helped me,...
asked by 17.06.2018 / 22:54