Questions tagged as 'html'

1
answer

How to leave the position of a fixed div according to the RaddioButton change

I have the following screen that as soon as you change the option from RaddioButton to div descends or rises. I would like to know how to leave fixed in a position. Cycle Selected: SelectingtheYear: aspx:<divid="indicador...
asked by 29.08.2017 / 15:56
1
answer

Sort rows and columns replicated with angle

I need help to sort the buttons I am generating with angular. I'm using "ng-repeat" and it's generating the 8 buttons correctly however they're getting out of the order I need. Here is the code and the output image: <style> .div...
asked by 25.08.2017 / 20:48
1
answer

Ajax Async: true, I need an example

Hello, I just want an example for study purposes. I want the page to update automatically, to make future chat, the page update asynchronously and also to refresh real-time page, where other people on the computer can see the data at the same ti...
asked by 25.08.2017 / 23:46
1
answer

Take images from a folder with javascript and display on a Slide

Hello! I have a slide that works normally. But I have to keep passing the link of each image to him. What I wanted to do is to put a folder path to identify the files in png or jpg and display them automatically with javascript. The code l...
asked by 06.12.2017 / 17:25
1
answer

HTML + PHP Concatenation

Can anyone give me a light on best practice of concatenation of variable. I'm doing this: $html=" <td> <span class='campotitulo'>"; echo $dadosboleto["codigodebarras"]; $html = $...
asked by 04.09.2017 / 03:16
1
answer

PHP Upload files to a directory created with mkdir

I have an HTML form where I get uploaded files, in the case of an image and another with several files in PDF, I need to organize them by placing everything in a folder, for that I used mkdir, I was able to create a folder with the name that I g...
asked by 04.09.2017 / 14:17
1
answer

How to get the current font size in css and increase [duplicate]

Good morning, can anyone help me give me a hint on how to get the current font size so I can increase it afterwards? ps: I'm using angularJs for functions!     
asked by 21.08.2017 / 19:24
2
answers

Validate a link in the input

Well folks, I wanted to make a form where in an input it is mandatory to put a Steam link. How do I do? Thank you.     
asked by 21.08.2017 / 21:06
1
answer

How to get the HTML of another page

I'm trying to make an extension to the chmap, which when I find a field with the html element of cpf, it generates a cpf and adds it to the field and I have the following problem: How can I get the html from other pages in a domain for exampl...
asked by 21.08.2017 / 21:10
1
answer

Bootstrap .nav-pills active

I have the code, which when clicking another link opens the page and adds the class .active I have already tried several scripts and nothing works. <nav> <ul class="nav nav-pills float-right"> <li class="nav...
asked by 15.08.2017 / 16:43