Questions tagged as 'html'

0
answers

How to generate a custom ToolTips with google charts

Good morning, I'm working on creating a combochart, with custom tooltips; another graph when passing the pointer over a bar, but I could not make the attached graphic the code that I carry as well as the page that shows the example (in the secti...
asked by 08.08.2016 / 20:34
0
answers

Include a Getfeatureinfo popup in openlayers 3

I want to include a popup that displays the information of the wms layers but I can not get it to work. It seems that all the examples I find work with geojson or maps with tiles, and this is not my case. I do not know how to customize the code...
asked by 24.06.2016 / 16:56
0
answers

Python Flask Log in with OAuth Google [closed]

I am trying to make an application in which users register using an account in Google and Github services. I can not even have them registered by google, and my best attempt was made from:   link The problem is that my html is more complex w...
asked by 19.05.2016 / 06:03
0
answers

Jquery - select2 in table td element

Hello, I have a table where the td elements can be edited online (double click and an input element is added so that the cell can be edited). I have some columns where it is necessary to have a list of predefined values and where I want to use t...
asked by 15.05.2016 / 18:56
2
answers

SELECT .. JOIN to relate 2 tables

Good evening, I have a problem because I currently have two tables in mysql and at the time of making the query I can not make them show me all their data because I do not know how to relate them. The primary keys are CedulaAlumno and CedulaRepr...
asked by 17.05.2016 / 02:05
1
answer

Hide divs father if son div has certain text

I have an html file with more than 3500 div and I need to create a function with jQuery to hide the div parents if a div child has certain text (eg: "code"). How could I do it? This is my function, but I can not get it to...
asked by 13.09.2018 / 22:34
1
answer

Show div based on combination of Selected options

I am trying to show different DIVs based on the selection of 2 'option' but if I want to show 2 times the same div with different 'option' they are not displayed. div1 = 3 + 5 (not shown) div2 = 2 + 7 (shown) div1 = 4 + 4 (shown) Why...
asked by 27.03.2016 / 17:27
1
answer

Clone a complete table without classes and validate both tables

I would like to leave you with the following concern, since I have been struggling for a long time with this and I have not been able to correct what happens. I have this HTML: <div class="clone-group" > <table border="0" class="fo...
asked by 21.03.2016 / 19:58
3
answers

Pass JavaScript variable to PHP

Good afternoon, classmates, I have a problem, I hope you can support me, I need to pass data stored in a variable using JavaScript to PHP, how can I do that? I came up with the following but I see that you can not: <body> <scrip...
asked by 22.06.2018 / 21:58
2
answers

How can I have a column longer than one in the same row?

I'm doing it with bootstrap, let's say the header (the first div above) I have no prrblemas. First of all say that the celestial as you well know are the rows and the green columns, I have two rows: First row : row with two columns Se...
asked by 07.07.2018 / 17:02