Questions tagged as 'html'

2
answers

HTML Drag and Drop on mobile (touch screens)

I'm thinking of making a dashboard using the Drag and Drop features of HTML. Example taken from w3schools function allowDrop(ev) { ev.preventDefault(); } function drag(ev) { ev.dataTransfer.setData("text", ev.target.id);...
asked by 02.08.2018 / 12:51
1
answer

Fields as checked or not, always have the same value

Expensive, good morning. I am with a certain problem, where I must make the choice of 3 fields of verification, if all 3 fields are unchecked, return the empty field message, otherwise, bring the values of the certain fields. What happens is t...
asked by 23.08.2018 / 15:57
2
answers

Doubt about adding a border on this line

<tr style="font-size: 12px;text-align: center" onclick="window.location = \''.$LINK.'/show/' . $auctionInfo['id'] . '\'"><td><div id="timer_' . $auctionInfo['id'] . '">' . time_left($auctionInfo['finish_time'] - time()) ....
asked by 25.07.2018 / 17:07
0
answers

Dynamize HTML with JQUERY [closed]

Hello, I'm having trouble with a JS activity, I should make the last posting to be displayed first, I already tried sort, tried sort with function and nothing solves, I can change the order of objects in the array more I can not change the order...
asked by 26.07.2018 / 18:18
2
answers

doubts about php authentication

When I test the login , I go to autenticar.php , but the screen goes blank instead of heading to the main page. msql and php command tested and working) <script language="javascript"> function sucesso(){ setTimeout(...
asked by 26.07.2018 / 19:23
0
answers

Javascript - Remove the click event of a button

Good people, I have the following problem: As the following image shows, I have a set of buttons to fast-forward and rewind the process sequence. However,exactlyinthispart,Ineedtoclickonbotãonextpageexpectsxsegundosbeforemovingforward.Iha...
asked by 10.09.2018 / 19:32
1
answer

Difficulties with responsiveness to complex layout

Good afternoon, all good? I have a question, if it gives a lot of work, do not even have to do it, just give me a light, because I think I'm not doing this layout the best way to stay responsive and I'm having a lot of problems at work. Th...
asked by 09.09.2018 / 19:12
0
answers

Downloading data from a paged table

I have this script that downloads the data from an entire table in .xls format, I happen to make an entire listing on a single page and it does not get usual because it has a list that goes over 2000 lines. I made a paged table that shows 10 res...
asked by 11.09.2018 / 13:59
0
answers

Iframe blocking flash property

I need to add a TRANSFORMICE game iframe. It sounds easy, right? Being: <iframe src="http://transformice.com"frameborder="0" width="100%" height="100%" ></iframe> However, there is a small error (however, considerable): The...
asked by 11.09.2018 / 04:09
0
answers

Picture does not appear in table

Angular use 6 and bootstrap. I have a table and did this to display an image: ........ <tbody> <tr *ngFor="let operator of dataSource"> <td>{{ operator.operatorId }}</td> <td>{{ operator.name }}</td>...
asked by 19.07.2018 / 23:53