Questions tagged as 'html'

1
answer

Hiding and displaying a form using a link

I have a link and a form that needs to work as follows: When I click on the link, the form is visible and one more click on the form link is hidden. classe of the link to hide and display the form is: menu_propaganda_guia_comerc...
asked by 21.07.2017 / 01:05
0
answers

I can not run 2 javascript scripts on the same page

I made a script in javascript to add and cut an image of an input, it worked perfectly, the problem is when I try to do the same for another file that is loaded on the same page, the first script stops working and only the second works. HTML...
asked by 08.10.2018 / 05:53
0
answers

Changing the font size of the title of a LineChartModel graphic

I need to change the font size of the chart title, so far I have this: <script type="text/javascript"> function alterarLegend() { this.cfg.highlighter = { tooltipAxes : 'y'...
asked by 02.10.2018 / 15:01
0
answers

SSL Authentication

I am facing a small problem with an api, whenever I send the request I get the following errors: jquery-3.3.1.min.js: 2 Failed to load link : Response to preflight request does not pass access control check: No 'Access-Control-Allow-Origin'...
asked by 01.10.2018 / 22:06
0
answers

Validation in form with the database

Good afternoon! I used this code for a form that is in html , however in this case, I'm using a framework called web2py, which generates form through the db file. I need to validate the fields, but the html that web2py generates whe...
asked by 01.10.2018 / 21:00
1
answer

How to change the legend of a Primefaces line chart?

I'm looking to change the font size and legend square of a Primefaces chart via JavaScript. My code: <script type="text/javascript"> function alterarGrafico() { this.cfg.highlighter = { tooltipAxes : 'y'...
asked by 27.09.2018 / 15:44
1
answer

How to add new data in JSON with TypeScript and Angular

I have a JSON look like this: [ { "texto": "Eae", "contato": "Luis", "data": "2018-09-25T21:08:00" },{ "texto": "Salve povo", "contato": "Rogerio", "data": "2018-09-25T21:15:00" }...
asked by 27.09.2018 / 18:46
1
answer

Error migrating site WordPress

Good morning! I was trying to migrate a site made with WP to another domain, but even after changing the url of the database it continues to point to the old url and has the following error loading the fonts Access to Font at ' link ' from...
asked by 04.10.2018 / 14:00
1
answer

Automatic image transition in the slider with css

Good morning, I'm new to Imasters and the development part in general and I have a very simple question, do not judge kkk I created this slider described below and I can not do the automatic swapping of images. For example, every 3 seconds...
asked by 04.10.2018 / 13:47
1
answer

Notice: Undefined index: $ _FILES [duplicate]

I am trying to send the data of a form to use in php, I made a script in ajax to send the data, I can access POST data normally, the problem is that I can not access the image that is in the same form by placing enctype="multipart / form-data"...
asked by 04.10.2018 / 02:55