Questions tagged as 'html'

3
answers

Duplicate code with jquery without refresh and delete text in the form inputs

I'm creating this JavaScript function, it creates a form and adds it to the body of the text in another div, but when I click the button it deletes the content that was already written in the input. <buttononclick="addPergunta(); return f...
asked by 07.03.2018 / 19:42
2
answers

View and modify items in the database with php

Ineedtodisplaythedatabasevaluesintheseinputfieldsandalsoeditthem,Ialreadyhavethecolumncreated,withTitle&AdsCodetablenameissite     
asked by 07.03.2018 / 19:32
0
answers

I can not remove element from list

When I upload photos using FileUpload , I can not delete from the list where I am adding. I use this StremedContent to be set in the contentNova list every time the method is called by FileUpload . The problem is when I de...
asked by 07.03.2018 / 19:04
0
answers

How do I get the Firebase session id for my session?

if (user) { // User is signed in. var displayName = user.displayName; var email = user.email; var emailVerified = user.emailVerified; var photoURL = user.photoURL; var isAnonymous = user.isAnonymous; var uid = user.uid; var providerData = user....
asked by 07.03.2018 / 18:47
1
answer

How to duplicate a triangle randomly inside the canvas?

I'm trying to duplicate a triangle randomly inside the canvas when you press any key, type, space bar, or any other. But I do not know how to duplicate if I have to use some kind of constructor/array . At this moment I only have the can...
asked by 07.03.2018 / 18:22
0
answers

Select dependendes in php

I'm entering information into a form and I need my selects to be dependent. In this case, I have two selects, containing state information and from the selected state, the city information will appear in the other select. How to make? <div...
asked by 07.03.2018 / 18:42
1
answer

does not remove if first line html java

Good. with this code I can add and remove rows but I am having difficulty locking the first one so it is not deleted. how can I do it? var table = $( '#table-data' )[0]; $( table ).delegate( '.tr_clone_add', 'click', function () { var...
asked by 22.03.2018 / 16:25
0
answers

Problem with BootStrap-Select DropupAuto does not disable

Good morning, I'm using BootStrap-Select, but in one of my tabs the option "data-dropup-auto="false"" does not enable it at all, I've tried javascript too, unsuccessfully "$('.selectpicker').selectpicker({...
asked by 07.03.2018 / 13:07
2
answers

Insert content from an HTML file into a DIV - jQuery / Ajax

I'm doing a GED system here for the company where I work (very simple, just to organize better). I'm developing the screens first, then connecting to the DB and making things work. I have a menu that is left with the links to navigate be...
asked by 07.03.2018 / 15:03
2
answers

Find string in html code

I need help with the following: _Add multiple files (.htm extension), approx 20 files. _Analize and find in the 20 files a string determined in the HTML code (maximum length of the string is 20 characters). I thought to perform in html wit...
asked by 06.03.2018 / 11:46