I would like to know how I call the read function. When I write in value: valueView it calls the write function but I want the call to read at the end of the function. Is there a method to warn read?
<input type="text" data-bind="val...
Hello everyone, I want to start a web app with the Instagram API, to crawl a hashtag and return the photos published with me.
I already checked the API, but I do not have much experience using it, can someone help me? thank you all
I am developing an HTML5 APP with " Intel® XDK " and uploading it to the " Windows Dev Denter " indicates that the language is " en-US ".
Neither in the XDK nor in the Dev Center "options do I see where to edit the languages.
How can I...
I have the following dataTable that I show from the database. In the View:
$(document).ready(function () {
$('#example').DataTable({
"lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]],
"language": {
"sProces...
I have a website that has the audio tag if the source of the audio is an mp3 file works on iOS. But it turns out that if the source of the audio is an audio streaming iOS does not play anything. The iOS version is 10.3.3.
Thanks
<audio cont...
I have problems when printing a div that contains an image in base64 (it is visible in the html, but when printing with printArea.js the image remains white)
the button executes this function
function imprimirArea(area) {
$(area).printAr...
I have the following table:
$('.listado_volumen_negocio > tr').remove();
var listado_volumen_negocio = $('.listado_volumen_negocio');
var response = {
"data": [{
"Nivel_Codigo": 1,
"Nombre": "Juan",
"VNIndivi...
How can I launch a modal in the form of an alert in JavaScript that is activated and deactivated automatically at a certain time?
when activated, please some documentation, suggestion or help. Thanks.
Thanks in advance to the answer...
I have a form with several fields in which the option 'required' is set.
Is there any way to know by DOM if all the fields are filled out before submitting?
I mean I want to know if the DOM already contemplates the possibility of indicating if a...
Good morning, I would like to ask for a bit of help regarding an issue that I have in an app that implements a WebView and in some devices perfectly loads the web app and in others it does not, this is presented mostly try to show some im...