Questions tagged as 'jquery'

1
answer

How to do a paging with jquery and ajax?

I have a function that returns all customer records. But my question is how can I do a paging with this code? THE ELEMENTS ARE CREATED DYNAMICALLY. HOW CAN I RESOLVE THAT? function retorna_cliente () { var id_cliente = "";...
asked by 05.10.2017 / 20:31
1
answer

Jquery / Ajax / PHP field validation

I read a few questions here on the PT, but I did not find what I wanted. I made a basic validation with ajax and jquery that is working, but it has an unforeseen. There are two fields: email and time . HTML <p><div class="input...
asked by 05.10.2017 / 19:00
2
answers

display: none is not being applied

I have the following function: function exibeSelectUl () { $(".selectOptions ul > li").each(function() { alert($.trim($(this).text()) +'==='+ $.trim($(".selectOptions .selecionada").html())); if($.trim($(this)...
asked by 06.10.2017 / 14:14
2
answers

Paging with the twbsPagination plugin giving problem

Well I did a paging with the twbsPagination plugin, it works perfectly but it does not list the amount of elements per page. What have I done wrong? I wanted you to list 4 elements per page. Look at the code: Plugin LINK: link CODE: /...
asked by 05.10.2017 / 22:15
0
answers

Creating a slider that does not change the entire image

Well guys, to make it more specific, I'm looking for something like this: The red arrows would be buttons, the black part with the letters would be when the mouse hover (the title "eyes" and the description is a link) and when you click th...
asked by 04.10.2017 / 03:06
0
answers

Event that identifies trigger of another event?

I have a jQuery event that comes from a framework, and I need to trigger a specific event at the end of the trigger for this event that is not planned. It would look something like this: Framework event var evento = function() { $(do...
asked by 03.10.2017 / 22:28
3
answers

Stylize overflow hidden

I have ul that has "n" li s set vertically. Initially, it is stylized overflow hidden , only for a part of it, specifically from the second li to simulate a select option . However, when I click on the firs...
asked by 02.10.2017 / 22:31
2
answers

Pass value from one page to input of another

I have an html page where the user types the email and I carry out the verification. If that email is not in the database, you are a new user and therefore redirect to the registration page. On the registration page I want the email field to...
asked by 04.10.2017 / 20:01
1
answer

styling an ul that will select

I'm studying here, but to learn a little bit myself, and I'm trying to develop a select option with a ul starting from select . The population of ul is already correct. $(".selectOption").on("click", function(...
asked by 29.09.2017 / 20:04
1
answer

Using two options simultaneously JQueryUI Dialog Widgets

I'm trying to implement the JQuery-UI Dialog Widget so that the entire screen (and more) is completely populated by Dialogs of different width and position. But I'm facing two problems: 1) I can not set the two options in JQuery UI. Either...
asked by 28.09.2017 / 20:23