Questions tagged as 'javascript'

0
answers

viewMode bootstrap datetimepicker disable months and years

I have the following code: <div class="input-group date dtPicker @Html.GeneratePermssionID(item.IntegrationId)" style="width: 200px;" id="dateFrom" data-pl="5">...
asked by 03.08.2016 / 23:23
2
answers

Start function and execute function again by clicking the button

When the page loads fully it starts a function, I would like that when clicking a button that same function would initialize again passing a text as Query String . I have the code: $(document).ready(function() { function initMapplic...
asked by 04.08.2016 / 16:23
1
answer

APP works on XDK debug but does not work on smartphone

Hello I'm new to mobile development. I'm writing an app that should consume a webservice in PHP and from Json this webservice will return a popular listview. Simple thing. The webservice is working and has the following return: [{"id_uf...
asked by 12.05.2016 / 02:59
0
answers

Popular input fields with jquery

Good afternoon, I'm doing a form where I type the client name in an input tag, after filling in the name it does the database search existing the name it fills the field code, document, this is ok works perfectly, but I I tried to stretch the...
asked by 12.05.2016 / 17:36
0
answers

How to uncheck a checkbox when another one is selected?

<t:selectOneRadio layout="pageDirection" forceId="true" forceIdIndex="false" id="selectCodigoProcesso" rendered="#{!bkbCadastroPessoaJuridica.orgaoEntidade}" styleClass="e...
asked by 23.05.2016 / 20:27
1
answer

Arrow to move to the right of the page does not stop at the end

Good afternoon, I need a help because I built a horizontal page that besides the scroll of the mouse it also uses the arrows on the side for the movement, but the more you press the arrows, the more it advances regardless if you have reached...
asked by 24.05.2016 / 18:49
0
answers

PHP and Javascript - Send email when label is clicked

I have a form on my page, part of which can be printed when a Print label is clicked: <label id="printEvento" class="textDescricaoSobre font13" style="cursor: pointer">IMPRIMIR EVENTO</label> Then another label can give the user...
asked by 24.05.2016 / 15:48
0
answers

TypeError: Object [object Object] has no method 'listen' [closed]

const DEFAULT_SERIAL_PORT = "/dev/ttyUSB0"; // Dependancies var fs = require('fs'); var vm = require('vm'); var events = require('events'); var cache = require('./plugins_cache.js'); var util = require('util'); var enocean = require(...
asked by 24.05.2016 / 10:18
0
answers

HighCharts use method to fill series

I'm doing an application in Asp.Net that is using HighChart graphics and the javascript function I'm using is this (taken from the net and placed on the aspx page): <script type="text/javascript"> $(function () { $('#container').hig...
asked by 10.05.2016 / 18:33
1
answer

FRONT END - jBox?

How or what to use to make an effect where the user notices that the table has minimized up to that small table? For example: The minimizing effect of MAC ... At the moment there is only one Fade and Hide relationship, as you can see in the foll...
asked by 10.05.2016 / 18:58