Questions tagged as 'html'

1
answer

How to make a call on an API response

I'm working on this codepen . My goal is to create variable responses according to the temperature and the climate of the place. Example: Clear sky and neighborhood 1 is response X, rain and neighborhood 2 is answer Y. I am learning PHP, howeve...
asked by 17.10.2017 / 14:53
2
answers

mouseout of a parent div and a daughter div?

I'm using the .mouseover() and .mouseout() function. Both work but I have a problem. The code below is what I'm using for this purpose. The effect always makes the animation because the div both grows and minga, because it switc...
asked by 25.10.2017 / 17:24
2
answers

Overflow text in jQuery and Bootstrap modal

Good afternoon, I have a function in jQuery to know the number of characters in a given element and I needed to have the text " see more " when it was more than 300 characters and open the modal with the whole information. It turns out that jQue...
asked by 25.10.2017 / 16:18
1
answer

View PoPup with facebook page for users, show once every 7 days

<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/sd...
asked by 17.10.2017 / 00:14
1
answer

Shortcut home button to upload the site? [duplicate]

I have a website, and the client asked that when I clicked the home button the site would go up completely. How do I do it?     
asked by 26.10.2017 / 12:56
2
answers

CSS image overlay

I have 2 images, one is a circle and the other is a 360 number image, I need to put this 360 number image inside the image which is a circle, what is the most correct way to do it? the way you are thinking you are ugly and you have to stay in li...
asked by 17.10.2017 / 03:38
1
answer

Mouse click on TR of the table does not trigger the last td

Below I have a row in a table. This line can be marked by clicking anywhere on it with the mouse by triggering a click event. But specifically in the button, I do not want the javascript event to fire. Because the way it is never trigger the...
asked by 26.10.2017 / 15:10
2
answers

can anyone help me figure out why the dropdown menu is not working?

<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> &l...
asked by 16.10.2017 / 16:21
1
answer

Show textarea code

What I intend and show on my web site inside a textarea code php html and etc but whenever I try to do it runs the code and I want it to show inside a text area or another system and any such as here no stack overflow <section class="bg-lig...
asked by 24.10.2017 / 23:26
0
answers

Neither the variable nor the field appears after being selected

I have a SELECT that depends on another SELECT to bring the values. However, after selecting the second select, although the url contains the desired value, the field disappears. $bandorc = isset($_GET['bandorc'])?$_GET['bandorc']:""; <tabl...
asked by 24.10.2017 / 21:02