Questions tagged as 'html'

0
answers

Replace HTML marquee tag by effects with SASS

I'm having a little problem using the HTML%% tag (I know it's been deprecated or deprecated, but it was the only one that allowed me to give that effect), my text can contain up to 30 characters so it's very difficult to show it in a single line...
asked by 16.06.2018 / 01:39
1
answer

Send an array of JavaScript to PHP

I'm starting in this of JavaScript and PHP, I have a problem that is already desperate, the goal is to send an array of JavaScript to a file for it to process. I have the following code in the body of my HTML <body> <table id="Tb...
asked by 21.06.2018 / 21:28
0
answers

Load date data from a datatimepicker into a form to perform an update

Update the data date (which is a datatimepicker) of a form that must load the value stored in the database to change it and update but not load the saved data < script > function obtener_datos(id) { var received = $("#re...
asked by 15.06.2018 / 19:37
0
answers

phonegap cordova plugin background mauron85 geolocation

I am trying to make an app in which I pull by alert every time the location. It has to be in the background since I am interested in reporting even if the phone is in standby or blocked. I'm using phonegap and the plugin cordova-background-geolo...
asked by 18.06.2018 / 02:29
1
answer

Uncaught ReferenceError: postRefreshPage is not defined

I have a problem calling the postRefreshPage () function on a button that means you should go back to the menu page and send the user's data so that the session stays started. This is the button: <button class="btn btn-warning btn-sm"...
asked by 18.06.2018 / 13:54
0
answers

FullCalendar add holidays automatically.

Is there any way to add to fullcalendar, in this case I use the laravel framework, national holidays in an "automatic" way? I know I can create arrays, and I know how to add them, let's say inserting from a button, but I would like to know if th...
asked by 18.06.2018 / 14:37
1
answer

Fill Select in Html from the Firebase database

I want to know if there is an adequate form of code to fill a select in html from the Firebase database, that is, get the values I have registered in firebase and display them in the html select ... This is the select that I want to fill: &...
asked by 15.06.2018 / 19:25
0
answers

Save content from an HTML checkbox in MySql using PHP

I am new using PHP and HTML. I'm using Xampp, where I have a database of "test", with a table named "table" and with a single attribute of type boolean called "accepted". The problem I have is that when I try to execute the php code when making...
asked by 14.06.2018 / 15:20
1
answer

How to keep my data kept in my html table

I am developing an application, in which I have a pair of textbox as input, the objective is that, the user write an order number in the input and make a query to the database to get information from that number of order and at the end place tha...
asked by 14.06.2018 / 14:09
0
answers

Pause video youtube when hiding div with scroll

I have a fullwidth container that contains a YouTube video. I need that when the scroll is done the div is hidden and the video stops reproducing. I managed to hide the div when scrolling but I can not pause the video. Right now I have the fo...
asked by 15.06.2018 / 09:27