Questions tagged as 'html5'

0
answers

Mounting HTML out of jQuery

I'm having a hard time putting HTML out of jQuery. $(document).ready(function() { $.ajax({ url : "listAllForum", dataType : 'json', success : function(data) { $.each(data, function(index, objeto) {...
asked by 13.04.2017 / 22:10
1
answer

Validation of form and localstorage

Good evening. I'm two days trying to validate a form that will save the user's user data in the browser's localstorage. I received part of the ready code, the problem is that the form saves the empty data, so anyone can enter just by clicking th...
asked by 14.04.2017 / 05:03
1
answer

Authenticate with session storage

I have a login screen, where if the user logs a session storage with the required information, I also saw how I can read this recorded information, but how do I open a page through the URL to check if the session storage was if it is ok, let the...
asked by 14.04.2017 / 05:18
0
answers

Tag Video in Html does not support in firefox and works on the internet explore

I'm implementing a video module in my company's system, but I want to get a video of the C: disk of the server, to be displayed inside the system, more on the internet explore and edge works normal and even in the browser of the eclipse opens, m...
asked by 07.04.2017 / 20:11
0
answers

HTML Js Share share content

I wonder if there is a global solution for generating news sharing on a social media content portal. Or I have to insert a different meta tag for each social network on each page. (Facebook, Twitter and G +)    Scenario:   The user clicks a b...
asked by 07.04.2017 / 16:14
1
answer

Duplicate Mass Records - Run a query for each displayed Record

I have a table where only accounts with their type = 'fixed' are displayed WhatIwouldliketoaccomplishistorunaqueryandduplicateallrecordsinthetableatonce.AtthemomentIonlymanagedtoduplicatetheaccountsonebyoneandnotallresultsdisplayed,whichalre...
asked by 17.04.2017 / 21:24
1
answer

Ionic1 + input [type = file] does not work; How does it work?

In my project, there is an input of type file that in chrome works correctly, in Ios did not test and in Android the input does not work. Is there a Cordova plugin that will make the input file work or some javascript solution that works?   ...
asked by 18.04.2017 / 22:12
1
answer

How do I assign a view to an input type like submit?

I want to assign a blade to an input in my code. For example: The view is called 'panel.blade' and I wanted an input in the view 'adm.blade' to return it. Controller class ClientsController extends Controller {     public function showClie...
asked by 28.03.2017 / 16:32
1
answer

How to do a search by input text of html?

I want to do something like Google, where you start typing and the list of options will appear according to what you entered, where these options are already registered in the database ... EXAMPLE: A cafeteria system, where you start typing "...
asked by 29.03.2017 / 22:09
0
answers

Email - Marketing break column on mobile

Good afternoon, I'm developing a website for an email marketing, it's ready, but I've been looking on the internet and I've seen it to be responsive without using a media query ... and I tried to do a few sites explain, but I could not understan...
asked by 27.03.2017 / 22:08