Questions tagged as 'html'

1
answer

How to draw a word and letter draw when clicking the start button?

Hello, can anyone help me? So I need to make a lot of words that are in the Array and a draw of the words of these words every time the user clicks the start button, which is in the table. Thanks in advance !! SCRIPT //chamar no onclick c...
asked by 17.10.2018 / 14:24
1
answer

Remove tag from angular component 6

Is there any way to render only the content of the component by hiding the tags? How it works: <ul> <li-component> </li-component> </ul> Render: <ul> <li-component> <li>...
asked by 19.10.2018 / 22:11
4
answers

Maximum amount of elements sent by a form?

I would like to know if there is a maximum amount of elements that I can send from one form to another via POST as well as via GET . I know that if I pass my data via GET , there is a maximum length of URL , varying a...
asked by 16.01.2015 / 12:19
0
answers

Line break is not occurring when exceeding container size

I have a paginator inside a container-fluid, it happens that because the paginator has many pages, it is not performing the line break, this happens: Itriedtoapplytomydiv:word-wrap:break-word!important;white-space:normal!important;Mypaginato...
asked by 09.10.2018 / 20:35
1
answer

Get value from the Angle Datepicker

I wanted to get the value of data picker in my component.ts of Angular. Follow my code data picker : <div class="form-group col-md-6 form-md-line-input" style="margin-top:-95px;"> <mat-form-field> &l...
asked by 16.10.2018 / 19:20
1
answer

JQuery script only works after page reload

I have a jquery script that only works after the page reload. Why does this occur? My script: $(document.body).ready(function() { $('.list').each(function(index){ var topli = $(this).children(":first-child"); topli.c...
asked by 16.10.2018 / 14:29
3
answers

How to submit form when selecting checkbox?

I have a form in html, sending data to the php code, but I use the input type="submit" button to send the data and I wanted the checkbox to send the form. Here is my code below: insira o código aquiecho '<tr>'; echo '<...
asked by 09.10.2018 / 15:31
2
answers

how to clean an attribute in html by javascript [duplicate]

I have a problem in my code where it takes a value from the database related to the value of the combobox selected by the user and fills in another combobox, until it is working, however when the user of an onchange again it adds the values in...
asked by 09.10.2018 / 15:24
1
answer

I can not login with cURL in PHP. URL does not change

I am trying to login to a system using cURL. But I can not log in, I think the problem is redirection. I have a website (mysite.com) that has a form. this form calls the submit.php page. On this page I have the following code <?php //peg...
asked by 06.10.2018 / 07:27
1
answer

Set, fetch and check a Cookie after a video (YouTube API) finish - JavaScript

I need the browser to understand when a user viewed a YouTube video (YouTube API) to the end and records that, but all client-side. But even though I already have the function that recognizes the end of the video, I can not use and fire other fu...
asked by 05.10.2018 / 20:13