Questions tagged as 'jquery'

1
answer

Problem setting 'allowTimes' in xdsoft DateTimePicker dynamically

Well folks, I have a problem here with DateTimePicker . I'm trying to set the dynamically accepted times with the allowTimes attribute. To get easier the code tá asism: $('#datetimepicker2').datetimepicker({ datepicker: false, format:...
asked by 13.11.2015 / 03:09
0
answers

Datepicker with multiple dates by dragging the mouse

Someone knows a plugin that works together with Datepicker (jqueryUI), where I can select multiple dates, drag the mouse with the button clicked on the calendar and select as many dates as you want, then just release the mouse and the dates are...
asked by 11.11.2015 / 20:22
0
answers

Use a Carousel inside a tab-panel (Bootstrap)

Good afternoon! I'm trying to implement a carousel inside a tab-panel; however, both use the "active" notation in the class to determine which item will appear. So, when I select the desired tab, it is displayed with all carousel items, an...
asked by 17.12.2015 / 16:54
0
answers

How to generate / send (Server-Side) JSON via Java and receive via JQuery (Client-Side)?

I'm having trouble exchanging information between my web application (client) and my application java on the server side. I'm trying to query the server via JQuery and expecting to get a json return. On the server side I am...
asked by 18.12.2015 / 11:55
0
answers

Checkbox that selects all others [duplicate]

How can I create a checkbox that selects all others from my page? I'm using a while loop in php to list the records, and each one has its checkbox next to it. I would like to have a checkbox on the page that, when selected, would mark all the...
asked by 17.12.2015 / 00:47
0
answers

How do I get a value from a radio in jquery to php

The code to see the radio is that //Começo para mostrar a carta 1 do jogador 1 var $carta1 = $("<td align='left' valign='top' nowrap='nowrap'>Carta1</td>"); $(".carta1").append($carta1); //Começo do Ajax da cart...
asked by 03.11.2015 / 22:49
1
answer

Questions about javascript language

Good morning! Personally, I'm a beginner in javascript and I have some questions about the following snippet: var url; function newUser(){ $('#dlg').dialog('open').dialog('setTitle','Novo Cliente'); $('#fm').form('clear');...
asked by 22.12.2015 / 13:10
0
answers

Problem in TextBox to do autocomplete

I can not get into the query method to return the nomes and id´s of the person. View: <script type="text/javascript"> $(document).ready(function () { }); $("#AutoComplete").autocomplete({ source: fun...
asked by 26.01.2016 / 16:43
1
answer

How to display formatted values in the graph

I use the following library to generate the graphs: link I have the following function to format money with a semicolon (taken from a response here from the OS) that returns the value as type String : Number.prototype.formatMoney...
asked by 27.10.2015 / 17:01
1
answer

Move Div Up with Jquery

Hi, I have a configuration of divs in a crud and wanted to put the div that I dynamically create above a UL that contains the send buttons. It is not possible to manually enter this via html because the screen is generated automatically via JForm...
asked by 27.10.2015 / 18:24