Questions tagged as 'jquery-ui'

1
answer

Parallax.js does not work on Chrome for Mobile

The effect parallax.js ( link ) only works for desktop browsers. Can something be done to make the effect visible on mobile devices? I'm using the default classes and attributes: <html> <head> <script src="js/jqu...
asked by 15.05.2017 / 20:32
2
answers

How to make a pop up appear after pressing a button using JQuery UI

I made a form with the JQuery accordion and at the end a send button. After pressing the button should appear a pop up message, but it is giving error. My pop up appears when the page starts and this button is kind of useless because pop up shou...
asked by 02.05.2017 / 20:03
2
answers

Bring the PHP id in the JqueryUI autocomplete query

I have this structure: $(function($) { $( "#cliente" ).autocomplete({ source: '../php/search_clientes.php' }); }); <div class="form-group"> <div class="row"> <div class="col-sm-12"> <input t...
asked by 14.04.2017 / 23:40
1
answer

PrimeFaces 6.0 and 6.1 - Error in JQuery

Including any component of Primefaces in the body of my HTML, it raises this error: Uncaught TypeError: N.delegate is not a function. Do you know what it would be? The error is in this second line of jquery-plugins generated by Primefaces...
asked by 21.03.2017 / 13:38
3
answers

create java script functions after rendering all partial views

I have a MVC aspnet code with a main view that can call 3 partials view depending on where the user clicks. One of these partial view was part of the main view and has a jquery pluguin sortable ui, while it was in the main view the pluguin wo...
asked by 22.02.2017 / 00:46
0
answers

resizable and draggable do not work on items added later

I am using draggable and resizable of jQuery UI to box so user can change dimension and move. It is working correctly if I put the <div> direct in the code: <form action="" method="post" class="form row" en...
asked by 30.12.2016 / 19:35
0
answers

How to perform subquery with autocomplete

Query code: $parametro = (isset($_GET['parametro'])) ? $_GET['parametro'] : ''; if($acao == 'consulta'): $sql = "SELECT codigo,preco FROM produtos "; $sql .= "WHERE descricao LIKE ? LIMIT 1"; try{ $query_select = $conecta->prepare($sq...
asked by 19.12.2016 / 18:24
0
answers

jQuery-UI Spinner does not appear Up and Down buttons, conflict with bootstrap

I'm using the following component: link In the same way as shown in the example, but in a modal bootstrap .. The problem is that my Spinner does not appear the Up and Down buttons, browsing in my code I saw that when I remove the following...
asked by 02.01.2017 / 16:23
1
answer

Problem when using jQuery UI in ASP.NET MVC

I'm trying to add the "ComboBox Autocomplete" of jQuery UI in my ASP.NET MVC project, but it says that the widget function is not a function.    jquery-3.1.1.min.js: 2 jQuery.Deferred exception: $ .widget is not a function TypeError: $ .widge...
asked by 08.12.2016 / 18:38
0
answers

Email list

I have a button that calls this function in jQuery. sendBtn.click(function(){ $('#dialog-confirm-send').dialog({ resizable: false, modal: true, buttons: [ { text: "Cancelar", click: funct...
asked by 04.12.2016 / 20:19