Questions tagged as 'jquery-ui'

3
answers

window.close does not work

I'm implementing Dialog for Jquery UI in my application. When the dialog is closed it should close the current window using the window.open(); method of javascript. However this does not occur, and the following error is still displaye...
asked by 18.09.2014 / 22:30
1
answer

How to disable date and time passed in jQuery UI calendar?

I would like to know how I can create a function that will disable the dates passed in jQuery UI. For example, now are 15/09/2014 07:31:25, how do I disable any date and time prior to this current time?     
asked by 15.09.2014 / 13:33
1
answer

Count previous items

Good morning, gentlemen, I need to count elements of a li and add those values dynamically by counting the previous li elements: <div class="conteudo"> <ul> <li><i class="indice">...
asked by 27.07.2015 / 16:43
3
answers

AngularJS vs JQuery input mask

I have ng-repeat and I need the input field to have the following format:    9,999.99 Code : <tr ng-repeat="item in estado.tabela | orderBy:'ano'"> <td>{{item.ano}} </td> <td> <inpu...
asked by 15.04.2015 / 15:49
2
answers

jQuery conflict

I'm having a jQuery conflict. I use an Admin, where it has several features ready. I needed to add an autocomplete When I finished I realized that the menu was no longer open ... rsrs This is from the menu and all Admin <script src=...
asked by 13.05.2015 / 16:02
1
answer

Jquery does not send the parameter to search

I need to do something like this: Jquery Autocomplete jQuery: $("#NumeroContrato").autocomplete({ source: function (request, response) { $.ajax({ type: 'GET', url: 'Cliente/ListarCliente...
asked by 01.03.2016 / 14:02
1
answer

The "ON ()" is not acting as expected, why?

Dear friends, I am a student and curious about it, not an experienced programmer, hence my question. Come on, JQUERY's "ON ()" method can be associated with several types of events ("click", "mouseleave", etc.), including more than one at the...
asked by 29.08.2018 / 01:20
1
answer

jQuery Slider Range

Hello, how are you? I have a code that filters the data of a JSON with jQuey, I can filter with pre-defined values in a variable. But I wanted to use the values of a slide range of jquery ui to filter the json, only when I try to do this can not...
asked by 12.05.2017 / 17:49
2
answers

Autocomplete with jquery and mysql does not list options when typing

I have the following form: <?php //CHAMA A CONEXÃO COM O BANCO DE DADOS require('../db/conexao.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatib...
asked by 07.04.2017 / 21:23
1
answer

Validate several Emails inside input to enter from the enter key with jquery

I want to use a input to store multiple emails but I'm having trouble deploying this in practice. When placing an email in input the user press enter, to validate the email, if valid add the character ; How to do this...
asked by 01.10.2015 / 22:37