Questions tagged as 'javascript'

0
answers

JavaScript DOM Parser incompatible with document?

My idea with DOM Parser was to load HTML layouts, put them in a single element, and then use them when needed. But in tests, the object generated by DOMParser is not added to the document. Here's the example I did in JSFIddle: H...
asked by 19.06.2017 / 15:39
1
answer

Get Mysql Data Using Php and Pass to JavaScript

I'm using this code: <?php include '../config/config.php'; if($_POST['type'] == 'load_url') { $id = (int) $_POST['id']; $sql = mysql_query("SELECT * FROM players WHERE id='$id'"); $item = mysql_fetch_arr...
asked by 25.06.2017 / 15:37
1
answer

Fading list items with jquery or javascript

I have the following code below and I have to make sure that when I click on the autocomplete result, and it fills the field with the values, the autocomplete list simply disappears: <pre> <style> ul.autocomplete_mapa_f...
asked by 26.06.2017 / 17:31
0
answers

Requesting AJAX returning error 415

I'm new to web development and I'm having a little problem I created a Webservice in Java with just one test method that adds two values received by request parameters. follow it: import javax.jws.WebService; import javax.jws.WebMethod; imp...
asked by 30.05.2017 / 18:22
1
answer

How to run a Query in Azure?

I have a PHP WebService type SOAP in Azure and I'm using MySQL in App. The database is up and running ... but I can not execute a simple Query! Where is the error? <?php $connectstr_dbhost = ''; $connectstr_dbname = ''; $connectstr_dbusern...
asked by 31.05.2017 / 18:18
0
answers

Error in Model AppML

I'm trying to learn AppML, for prototyping and maybe use in production. But I face the following error: Error in Model: task_model I have a model_tarefas.js file in to date with the following content: { "rowsperpage" : 10, "datab...
asked by 01.06.2017 / 00:03
0
answers

Compare what is written on a button with the field in php

I'm running a question and answer site, shuffled alternatives, and so on. I'm having trouble knowing what alternative the user clicked on and whether or not it corresponds to what is written in the bank's "altercerta" field (MariaDB). But I h...
asked by 01.06.2017 / 01:07
0
answers

Doubt HeaderFixed GridView

I'm using this code to leave the top of the GridView fixed, however it's not responsive, and it's a little bit missing to fully populate the grid. <script language="javascript"> $(document).ready(function () { var...
asked by 09.06.2017 / 14:39
1
answer

For for creating fields

I'm trying to make when the user enters a certain number in a <input> is created the same amount of fields, I tried to do it in a way that I found here, but I could not get it to create the number of fields I type, just create a lab...
asked by 08.06.2017 / 21:20
0
answers

Disordered slide

I'm having a problem trying to make a slide effect with java, but this is a problem, the images I chose are getting out of place as they can see below, I'll post the codes here who can help me thank you, Hugs !!! @charset "utf-8"; /* CSS...
asked by 25.05.2017 / 17:07