Questions tagged as 'html'

1
answer

doubts with jsPdf - definition of columns

I have the following json { "MedPaciente": [ { "ProdutoModel": { "LaboratorioModel": { "id_laboratorio": 7951, "nome": "BOEHRINGER INGELHEIM", "data_cad": "28/12/2017",...
asked by 17.02.2018 / 16:45
1
answer

Redirecting Adobe XD content to WordPress

The company where I work hired someone to do a simple dashboard using Adobe XD. Example: link But we would like to host the dashboard on our website, which was developed using WordPress. It is possible? I believe that solutions involving...
asked by 19.02.2018 / 00:14
4
answers

Find string on page with JavaScript

How can I perform a search on a DIV similar to Chrome's Ctrl + F with javascript? Regardless of uppercase, lowercase, accents, etc. So far I have the result below. I get the term found and check if there is any occurrence in the text. But...
asked by 15.02.2018 / 16:07
1
answer

How to receive ajax data in a vector?

Hello everyone, I'm trying to do this, but without success: HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <section...
asked by 22.04.2018 / 04:25
1
answer

Routing Schema .htaccess

I have the following URL: http://localhost/devops/json/index.php And I want you to have access to the index of this page: http://localhost/devops/json/ I want the index.php display to be hidden     
asked by 09.02.2018 / 12:20
2
answers

How to put a h3 and p tag inside a class

How do I put a h3 tag and a p in the same image, however I want to put the p tag down as a footer and h3 on the top of the image when hovering the mouse on image hover brings the two tags together. CS...
asked by 07.04.2018 / 16:00
1
answer

How to insert a new div and stack them after clicking a button

I have an HTML div that displays totals of a calculation, and I need every new one (on the click of the Generate button) to generate a new blank div to get the values, stacking those already generated one under the other. HTML Code BOTA...
asked by 09.04.2018 / 22:40
1
answer

List CRUD with JQuery

I am creating a list of items with JQuery that is rendered on the screen according to what is typed in the input. To display the on-screen element (item name, change button, and remove button) javascript adds the value typed into an array of...
asked by 08.04.2018 / 17:45
1
answer

How do I delete all files and subfolders in a directory?

I have a file storage site, and with a while it moves inactive files to a folder: www.site.com/files/_deleted/ , when it moves the files it creates a subfolder for each of them ... Is there a way to execute a < in> PHP to delete all the c...
asked by 16.04.2018 / 19:37
2
answers

How to stream a file from my server?

People would like to know how I can make a shareable file type, for example: I have a file called bots.txt on my server, I would like my clients to edit it via the web getting saved on my server. The following is an example of Onedrive: File ....
asked by 16.04.2018 / 20:05