Questions tagged as 'html5'

0
answers

How to change form according to cookies

I'm working on a betting site, I would like to know how I can do when the bet is placed, change the view of that bet (show as already made the bet and give the link if you want to edit). Remember that it has to be according to the person's login...
asked by 21.01.2018 / 18:29
0
answers

List amount of files in a folder

I'm working on a small system and am using web for N reasons, easy to customize, working full screen (f11), everything is flowing just fine. I came in a part that I need to list the amount of files that are within a certain directory and I saw t...
asked by 11.01.2018 / 17:32
1
answer

Create and maintain a loadbar while a function is called

I need to create a loadbar and leave it active until the function is finished. Can I do this in the angle? $scope.getPosts = function () { $http({ method: 'POST', url: '/getPosts', }).then(function(response) {...
asked by 24.01.2018 / 14:23
0
answers

Dropdown materialize out of html border

Hello everyone, I have the following js code. (function($) { $(function() { $('.dropdown-button').dropdown({ inDuration: 200, outDuration: 215, hover: false, // Ativa o hover belowOrigin: true, // Mostra o dropdown abaixo do botão...
asked by 12.01.2018 / 20:37
1
answer

Enter percentage in progress bar (JAVASCRIPT)

I made a progress bar with the bootstrap. Then every time something is filled in the table a certain percentage more is inserted in the bar. The data that is inserted into the table comes from an API, so it does this automatically. I did it as f...
asked by 11.01.2018 / 13:52
1
answer

Use different CSS in each view

I'm developing a site using the MVC standard, I wonder if it's possible to use a different CSS in each view. If so, how?     
asked by 06.01.2018 / 11:20
1
answer

Remove Android title bar - Cordova

I'm creating an Android app for Cordova. When you open the APP it will appear a title bar, some devices in blue, others in black with the title. as follows: I changed the title and misconfigured the icon for reasons of company secrecy...
asked by 26.12.2017 / 14:05
0
answers

Player with audio sent by the user

Good afternoon, dear! I have a page that has an area that the user needs to add custom audios to each player. For the purpose I need, a playlist would not be as effective. It would really need to be an audio for each player. Is there any simple...
asked by 26.12.2017 / 21:01
0
answers

Block forced edit of hidden input

For example, I have a stock system in PHP and in it the session edit quantity of the product. Here is a form to add the quantity. In this form I have a hidden field that takes the id of the product to give the update in the products table. I...
asked by 26.12.2017 / 19:29
2
answers

How to convert a DateTime object to string?

I need to convert a DateTime to a string, I have the following error: Catchable fatal error: Object of class DateTime could not be converted to string. I print a column of an HTML table in this way: <td align = "center"> <?php ech...
asked by 20.12.2017 / 16:08