Questions tagged as 'html'

2
answers

Pass input value hidden to label

Personal I need to pass the contents of an input hidden to a label: <div class="form" ng-init="rodar()"> <input type="hidden" ng-model="cadastro" name="cad" id="cad"> <label id="text"></label> <script> functi...
asked by 12.01.2018 / 19:37
4
answers

Add values from Select Multiple

I have the following select : <select name="idservico[]" id="idservico"> <option data-valor="25,00" value="1">opção 1</option> <option data-valor="20,00" value="1">opção 2</option> </select> I have...
asked by 08.01.2018 / 15:09
0
answers

communication between a web console and firebase database

I can read data from the firebase dp database through a web console.  Can this data search be done through an HTML page knowing that the data is already stored in the database? NOTE: This data has been an App Trap     
asked by 11.01.2018 / 14:34
1
answer

How to access an image that was to uploads my laravel folder through FIleUpload

I have a form that makes uploads of images, when I upload, the path is saved in the bank by the path field, I recover that image and set it in a array image this.image = data; Now how can I display this im...
asked by 11.01.2018 / 15:53
0
answers

moodle function mod_quiz_get_attempt_data returning html incomplete

I'm developing an application for moodle that returns the quiz in html. I made use of webservice mod_quiz_get_attempt_data but the problem is that whenever I send the request, the browser returns: Uncaught TypeError: require is not a fu...
asked by 06.01.2018 / 13:29
1
answer

REFERENCE URL + VIA GET PARAMETERS

How can I pass a URL that looks like this? I want to leave something like this: link #comments? approved = true I know this way below, it works correctly the 2: link ? approved = true link #comments But I wanted...
asked by 06.01.2018 / 15:37
0
answers

Files giving error 404

My application is simple, I did with AngularJS, just to study, it works quietly locally but when I upload to my locaweb server, the files are returning 404, is there any configuration I need to do? AndmyapplicationIleftwellconfigured.Index.h...
asked by 04.01.2018 / 23:19
0
answers

link rel="stylesheet" affects only one html section

Is there any way to make one affect only one html section? For example I want an external link that will only affect one of the divs with a specific id, how do I do this?     
asked by 08.01.2018 / 17:45
1
answer

Formatting default value BRL in javascript

I'm having a hard time formatting a BRL value for a form. I would like that when the user enters the value in BRL the semicolon is positioned automatically. No need for the user to type them. Please, would anyone have an idea or a script ready?...
asked by 08.01.2018 / 16:16
0
answers

How to make a textarea occupy the window in the remaining vertical space

I'm trying to create a "chat window", I already have most things oriented, but I can not get a textarea to occupy the space that is "left" vertically in the window (this textarea is not the last element of the window). Below is my complete co...
asked by 12.01.2018 / 18:04