Questions tagged as 'html5'

1
answer

How to display photo in modal

I have a system done in CodeIgniter. I have a field in the system to add collaborators with photo (avatar), I can register, edit and display the information in a table. I created a button to call a Modal and display the photo of the select...
asked by 06.04.2016 / 16:55
3
answers

Show values with angle

I have the following code: $http.get('/estados').success(function(retorno) { $scope.ufs = retorno.ufs; console.log(retorno); }); and the result of console.log(retorno) is: NowI'mtryingtoshowthevaluesofthisreturnina<sel...
asked by 02.04.2016 / 21:50
1
answer

Use of itemid and itemref attributes in HTML5 elements? [duplicate]

I would like to understand the correct semantic operation of the microdata itemid and itemref attributes in HTML5 elements. Thank you!     
asked by 22.03.2016 / 00:49
1
answer

Problem with ajax and cURL to receive mysql value and return to html

people I'm having a problem using html, ajax, cURL and mysql. the function is simple an html page where will receive a name and will send by ajax to cURL that will access the php that connects to mysql and takes 2 column of the table and returns...
asked by 05.05.2016 / 00:39
1
answer

Insert arrow into an input submit for when jsf rendering appears on the button

I've done a whole layout in HTML5 and I have a "next" button where I have an arrow in it, however the developers are doing it in JSF and rendering < in> commandButton becomes a input type submit and the arrow no longer appears. Does...
asked by 22.04.2016 / 18:59
1
answer

How to adapt this code to different screens

I have a problem using a vertical slider , the Swiper Slider I'm using the < in> MouseWheel control . My problem is this, since it's a vertical slider , I need to set a size for height , so I can not make it responsive. Example:...
asked by 22.04.2016 / 21:09
1
answer

Virtual keyboard in HTML5 and JS

Hello, I need help with building a virtual numeric keypad in HTML5 and JS , for a mobile site, but the numeric field input when clicked can not trigger the device's default keyboard, as if input was not an editable field f...
asked by 09.03.2016 / 14:53
1
answer

problem with javascript inputs do not call the function?

I have a problem in my code, I needed to do a search field only that I came across a problem the input field ignores the javascript and jquery function and in the case of the inputs submit nor refresh the page my code is as follows: / p> // pa...
asked by 09.03.2016 / 14:02
1
answer

Images are not inside the div

I have a div where I want to leave 2 images on top of each other, and only the image checked in an input will be visible, while the legend of the visible image should position itself to the right of the image. However, I'm trying to leave the co...
asked by 04.03.2016 / 15:12
1
answer

What is the best component for resizing and partitioning image in different sizes?

I have already looked a lot and there are some solutions to resize images and create the thumbnail from an original image. I'm creating a corporate network and would like to resize an image that the user uploads, and then just like on all networ...
asked by 23.02.2016 / 13:19