Questions tagged as 'html'

1
answer

Doubt printing more than one item in return Web service JSON

I have a website in Wordpress and I'm consuming a Web Service, I created a function to filter the championships based on some information, If all are true, it returns the name of the respective championship, the teams, their games and results, u...
asked by 01.08.2018 / 00:02
0
answers

Error Request Ajax and jQuery versions

I have a problem understanding and solving a problem with an Ajax request I need to make. Here is a list of the subject sequence that I will say: Explain what I need; Explain what I want to do; Show how you are currently; Show the so...
asked by 31.07.2018 / 19:31
0
answers

Filter in DataTable with Checkbox

I would like to use a checkbox for filter in DataTable, but I am not able to The ajax form data In this case, I would like to filter only data larger than 27, for example, when clicking on the checkbox //https://github.com/cbcarlos07...
asked by 27.07.2018 / 19:02
1
answer

Transform html image into angular blob

I have the following image: <img id="preview" class="cropped rounded-circle align-center animated fadeIn" width="220px" height="220px"> I need to pass it to a function that will convert to base 64, but to convert to base 64, my image...
asked by 27.07.2018 / 19:15
1
answer

Aligning inputs and reducing label spacing using CSS

I am not able to align my labels and reduce the vertical spacing between labels and inputs . Some are adjusting and some are not. I would like to reduce the vertical / horizontal spacing that distances the fields to make better use of scree...
asked by 31.07.2018 / 11:45
1
answer

How to display PDF in popup when clicking link using html / css only?

On a certain page of a site, I have an image with a link pointing to a PDF file. As it is currently, when the user clicks on the image, the PDF file opens in another browser tab. But I need to find a way that when the user clicks on the image...
asked by 31.07.2018 / 17:51
2
answers

How to align element vertically and horizontally inside a row in Bootstrap?

I'm having an overwhelming problem to center a text underneath an image in Bootstrap. I've tried everything, with position, table-cell. .bloco-materia { text-align: center; padding: 25px 50px; height: 200px; background: #eee;...
asked by 02.08.2018 / 23:34
1
answer

How to iterate array inside an angular / ionic ngFor

I have the following template: export interface Perguntas{ historico:[{id_historico: number, resposta_historico: string}] } In my ts file I perform an http request for a service that returns this data to me, if I give a console.log (th...
asked by 02.08.2018 / 19:28
1
answer

Embedded Form Mailchimp does not redirect to landing page

Here is the code for the Form I'm working on, the problem is the following, using it as is, is not redirecting to the e-book link I'd like, I tried putting > onClick = this.form.action = ' link ' this. form.submit (); < in the button, but...
asked by 02.08.2018 / 20:51
1
answer

Change icon color

How do I change the color of an icon when clicked? I have created custom icons and they are working perfectly, but I would like it selected, change its color. I've tried everything but I have not gotten anything yet. If anyone can help me .. ple...
asked by 02.08.2018 / 20:03