Questions tagged as 'html5'

1
answer

How to pass the data from a checked checkbox to a modal?

I would like to know how I can, when selecting a checkbox, take this data and throw it in a modal. In the code below, I want to pick only the selected charters from a post and make only those selected appear in the modal. How do I do? I've tried...
asked by 06.10.2017 / 17:15
1
answer

Problems with float css property

Personal was wanting these three elements to date the location and this green button to be side by side in the center of the screen on both desktop and mobile I need to do this with float else I can not use framework as bootstrap and nor media q...
asked by 06.10.2017 / 17:41
1
answer

Javascript / Jquery / HTML Mobile Button

I need to make a mobile button (click and drag anywhere on the screen), I do not understand why this is not working ... Does anyone know? .corpo{ background-color: #555555; } #button { position: absolute; height: 40px;...
asked by 24.09.2017 / 11:09
1
answer

Get values typed into inputs inside datatable

I have a datatable and in each line I have 3 inputs (text, datepicker and select) and a button, which will send PHP, to record what was typed or selected in the inputs of that row. What I'm trying to do is grab the information from the lin...
asked by 12.09.2017 / 15:43
1
answer

Filter list from similar strings

My question is how do I, using the angularjs filter, to filter items in a list from string attributes. These attributes are similar, 'relevant' and 'non-relevant'. <select class="select input" ng-model="classes"> <option value="re...
asked by 16.09.2017 / 02:18
1
answer

Drag and Drop (Drag an item already dropped)

Good morning !! I need help with JScript. I made a Drag and Drop code where I put a gif inside the content div and I can move it freely. I just can not do the following: When I try to drop a gif next to an item already dropped in the content di...
asked by 18.09.2017 / 15:56
2
answers

PHP - Laravel - Send a data inserted in the bank to another view

I've read about this, but I still can not solve my problem. is as follows, I have a separate Laravel view to register user. Ai in theory should redirect to another view where it will provide other user data. But I am not able to send the id o...
asked by 10.09.2017 / 18:14
0
answers

How to allow upload of images with a maximum of 5mb with this script?

I do not understand almost anything and I want to help a friend. It has a script that resizes the image before doing the upload and saves the resized image with PHP . It turns out that he would like to put a maximum MBs limit on the...
asked by 27.08.2017 / 07:04
1
answer

Best option to replace IFRAMES [duplicate]

I am currently working on the development of a platform with many different functionalities and pages, we are using IFRAMES to save repeated uploads (Menu, shortcuts, etc.), however the use of IFRAMES for systems is not a good practice, as and...
asked by 29.08.2017 / 15:31
0
answers

ViewPort Tag with bug in Html 5

I'm developing an application and I want it to be responsive, but when I put tag : <meta name="viewport" content="width=device-width ,initial-scale=1.0 ,minimum-scale=0.5 ,maximum-scale=1.0" utf-8'> Some components that have interact...
asked by 25.08.2017 / 20:24