Questions tagged as 'html'

1
answer

Conflict between scripts in my html file

I am creating a web application where the main page is a timeline, and this timeline should update its content automatically. I'm using the setTimeOut function of JQuery to update the timeline every x seconds. But I also have another JavaScri...
asked by 10.12.2018 / 00:05
0
answers

Head Break with DIV

In my jokes in HTML and JavaScript, I've tried to create a mini-puzzle with the block and the place where it's placed. function parseNumber(num) { return parseFloat(num.replace(/[^\d]/)) || 0; } var movePopUp = (function() { var startX...
asked by 13.12.2018 / 05:14
0
answers

Refresh options from a select that is built by the database without refreshing the page

My question is as follows, I have a select that your options are built from the data in the database: <select id="cCoo" name="tCoo"> <option style="font-style: italic" id="dsb" disabled elected>Selecione...</option>...
asked by 12.12.2018 / 23:21
1
answer

Input type password show password [duplicate]

I followed some tutorials to get the viewer in the input Like this one here: link However when I run on my pc it gives the following error: Code:     
asked by 13.12.2018 / 03:00
0
answers

How to merge 2 Firebase tables through one condition.

I need some personal help! As I'm not finding anything very clear on the internet and I do not use a lot of programming, I'll appeal to you ... I am setting up a system for my personal control of the driveway and driveway. As there will be fe...
asked by 14.12.2018 / 13:56
1
answer

formatting encoding .net

Alright? I have a problem that is as follows: I retrieve the html from a legacy system and, I need to change that html pa then return to the browser with the new html. But when I retrieve this report the words with ç and accents, are with specia...
asked by 07.12.2018 / 18:34
1
answer

Error sending form when pressing Enter - PHP

Good evening. I'm having a problem submitting a form, typing Enter returns the error: "Undefined Index" from php. However, if I click the Log in button, it submits normally. < script type = "text/javascript" > $(function() {...
asked by 23.12.2018 / 03:18
2
answers

Get table HTML data by JSP [closed]

I search the data in the database and put a table in my JSP. The information is from several flights of an airline company. The goal is to choose one air ticket among all those loaded. I want to put a link "buy" on each line and, when cl...
asked by 06.12.2018 / 02:35
1
answer

wp_query returning the entire post.Returns only title

I have this code and when I put it on the home page it returns the entire post. I need to return only the title, date and thumbmail of the post, it is retrieving all post content ... function get_mais_lidos_semana() { global $wpdb; global $pos...
asked by 17.12.2018 / 13:13
1
answer

Get the tr value that the user clicked on a PivotTable

Hello ... I have a problem for many days and I can not resolve it. The situation is as follows: I have a table that is created dynamically from the data in the database: Whentheuserhoveroveranoption,itishighlighted: Ineedtoclickonasele...
asked by 12.12.2018 / 04:42