Questions tagged as 'html'

0
answers

Update records in a footable table

As I can load the data I receive from a post request with AJAX in a datatable, I have the following script: $("#status").change(function () { var respuestaAJAX = new String...
asked by 24.01.2018 / 19:00
0
answers

Retrieve data from a row in a table

I have this table in a JSP and I'm trying to get all the values from the row by clicking the button with JavaScript. <table id="myTable"> <c:if test="${not empty conversaciones}"> <tr class="titulo"> <th>Id Conv...
asked by 25.01.2018 / 13:54
0
answers

Disable dynamic select within ng-repeat with $ index

I have a problem for days is that I have some select that are within a ng-repeat. I need to select one to deactivate the others but I have not achieved this with anything. The select are within a ng-repeat which to be able to differentiate th...
asked by 16.01.2018 / 16:55
1
answer

Problem with icons (not displayed)

Good morning everyone, Recently I started to program and the truth is something I like, but I'm still a newbie and I do not think I know 1% of everything related to HTML and CSS, and that's why I'm still the problem that I am going to present...
asked by 11.01.2018 / 19:13
2
answers

load ajax from a date

I need a data to be updated in ajax but depending on the selected date, for example, if the date is less than today it should show a div showing something, and if it exceeds today's date it should show another div, currently only handle basic aj...
asked by 17.01.2018 / 20:52
1
answer

Problems with .drawImage

I'm following a tutorial to play the Google T-Rex game but I get the following error in the console: game.js: 45 Uncaught TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D':    The provided value is not of type '(CSSImage...
asked by 22.12.2017 / 22:00
1
answer

Change label color graphics Highcharts JavaScript

I'm trying to change the label color of the third column of each segment in the graph, the problem I have is that I can not do it based on the value of the first column against the third. The first segment says Front 01 and the goal column is...
asked by 11.01.2018 / 15:12
0
answers

Refresh first firebase field

// Initialize Firebase var config = { databaseURL: "https://visit-hotels.firebaseio.com", }; firebase.initializeApp(config); var app = angular.module("nowtimereal", ["firebase"]); // this factory returns a synchronized array of nowusers app....
asked by 08.01.2018 / 18:53
3
answers

Download a photo directly using javascript

Hello my question is it possible to download for example a photo directly when I open my web page using only php? What I want is that when I open my page with the photo it is downloaded so I can view it on my computer. Try with: <?php heade...
asked by 30.12.2017 / 16:12
1
answer

Upload an image in HTML

You see, I'm doing a program in which you have to show, through HTML code, a message (the classic "Hello World") and a sprite ("smile.png" I've called it). XML Code: <?xml version="1.0" encoding="utf-8"?> <WebView xmlns:android="ht...
asked by 01.02.2018 / 22:46