Questions tagged as 'html'

0
answers

event focus for mobile - javascript

Can anyone tell me why the focus event does not work on mobile? I found nowhere to talk about it. I have an input on the page that receives the focus normally .. on the desktop everything is working ... qnd enter via mobile .. in safari...
asked by 29.03.2018 / 14:51
1
answer

How to filter result from another page with Jquery Load () or Get ()?

In an HTML I have for example: <fieldset> <div> <h3 class="title title-line">Dados da conta</h3> </div> <div class="ch-form-row"> <label>Usuário</label> <s...
asked by 29.03.2018 / 16:58
0
answers

Export HTML Table Image to EXCEL or PDF

I have an HTML table, in the last column an image is displayed (JPEG, PNG). Is it possible to export this table to EXCEL or PDF with the image? I used DataTables to do a test, but the image is not exported together with the table. <!D...
asked by 26.03.2018 / 15:39
0
answers

Change the name of a file by JavaScript

I'm developing a system for downloading songs externally and for this I'm using the tag with the download attribute: <a href="http://path/to/archive/music.mp3" download="new_name.mp3" /> But because it is an external file, I can not c...
asked by 23.03.2018 / 22:12
1
answer

Format ISO date (yyyy-MM-ddThh: mm: ss.sssZ) to be displayed in INPUT (dd / mm / yyyy hh: mm)

The server hands me the date in ISO format (yyyy-MM-ddThh: mm: ss.sssZ). How do I make this date appear in the input format with dd / mm / yyyy hh: mm? <input type="date" class="form-control" ng-model="tarefa.createdAt" /> I'm using a...
asked by 22.03.2018 / 20:03
1
answer

Make facebook widget responsive

I have a div that is put news, and on the side of this div, has the facebook widget, wanted the size of it to be responsive, ie, the height of it was the same as the news div My current html: <div class="row no-gutters"> <div...
asked by 22.03.2018 / 18:38
0
answers

HTML JSon POST C #

I have the following class: public class Ticket { public string name { get; set; } public string content { get; set; } public int itilcategories_id { get; set; } } And the following task: static async Task<Uri> Create...
asked by 28.03.2018 / 12:11
0
answers

Ajax (AngularJS) returning HTML from the page itself

I am using Codeigniter to retrieve data from the database. Controller: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { public function __construct() {...
asked by 19.03.2018 / 00:02
0
answers

Send form to Email

<form method="post" action="phpmailer.php"> <input type="text" placeholder="Nome" name="nome"> <input type="email" placeholder="E-mail" name="email"> <button type="submit">Enviar</button> </form>...
asked by 18.03.2018 / 23:09
0
answers

Load items from a dynamic multi-item carousel without repeating the information

I have a problem creating a dynamic carousel , I created a loop that takes wordpress posts and creates slider items in case it has 3 columns, a carousel multi items I use the arrow to move to the next problem is that every 3 views are all rep...
asked by 21.03.2018 / 23:01