Questions tagged as 'html'

0
answers

How to add more lines to the flexslider carousel?

Look at the example below, it is displaying 3 items per slide, I would like to know if you have any flexslider functions or some other way that adds more lines to it, leaving it with 3 rows of 3 items, displaying a total of 9 items per slide....
asked by 24.01.2018 / 17:25
1
answer

Passing href address in a datalist

How do I redirect to "href" and not "value"? Follow the code. <form> <input list="categorias" type="text" placeholder="O que você procura?" > <datalist id="categorias"> <option value=" "> </option>...
asked by 17.01.2018 / 19:05
1
answer

How to make a filter in an Observable?

How to make a filter on an Observable returned from the FireStore Cloud? export interface Pessoa { nome: string; cidade: string; telefone: string; } pessoaList: Observable<Pessoa[]>; I have the method below that is called...
asked by 16.01.2018 / 15:57
0
answers

Onclick does not work on IOs 7

I made a javascript that calls a map of google maps every time I click it it opens a lightbox and then puts the map in. The problem I've already tested on Android (Chrome), Windows Phone (IE), and PC (chrome and firefox). All of them are w...
asked by 15.01.2018 / 17:51
0
answers

How to render Fusioncharts in a popover?

I wanted to render a fusionchart chart into a bootstrap pop-up, but I have no idea how to do it. I'm a beginner, I'm learning to tinker with PHP and HTML now, so I need some help. In highcharts they gave the answer, but I could not adapt to t...
asked by 15.01.2018 / 14:13
0
answers

problem with sortable jquery

Personal I have a page that has two objects that I want to use sortable, one works but the other does not. Why? $( ".topic_itens" ).sortable({ cursor: 'move', revert: true, handle: '.move_item', items: '.topic_item', co...
asked by 13.01.2018 / 21:10
0
answers

Send data by modal and keep modal open with a result

I created a modal with a simple form this form will send information to a bd, so q click on send modal should not close should show a result for the user. It turns out that what I did is displaying the form and the result together, how dumb i...
asked by 17.01.2018 / 17:22
1
answer

How to consult the database of the firebase through an HTML page or PHP

I have a database already created already receives data in firebase, that same data is sent from my App. The possibility to consult the same data in the firebase through a page made in HTML OR PHP     
asked by 10.01.2018 / 19:09
1
answer

CSS - Action overlay

Friends I do not understand much about CSS or HTML, but I manage to get around with some things. I'm creating my site ( link ) but I'm in need of a help: As I created in the cargocollective the template is ready, so I modified some things. I...
asked by 18.01.2018 / 06:22
1
answer

Insert comma automatically while typing

When you enter a value, is there any way you can already do the correction by entering commas and points in the live? EX: Press 4 + 3 + 6 on the keyboard Input ja mosta = 4.36 EX: Press 4 + 3 + 6 + 8 + 8 + 8 on the keyboard Input ja mosta...
asked by 16.01.2018 / 20:25