Questions tagged as 'jquery'

0
answers

PHP + Ajax Data Return

Hello, In my system I want the user to select the data present inside the dropdowns and click confirm, the value selected goes to the document filtraDashboardGeral.php , with a PHP function does SELECT in my table, returns the re...
asked by 06.12.2016 / 17:52
1
answer

Fill table and add rows according to Json result

I'm trying to fill a table that automatically generates the number of rows as a result of Json , I can make Json work, it brings all the values I need, however, when updating the table with this information, the fields are populated...
asked by 07.12.2016 / 17:19
0
answers

Open photo with information without clicking

I'm a beginner in Jquery, and I'm trying to understand a code, and a template that I downloaded for study, but I'm not understanding anything, there's a modal window that opens the text with image information. The modal opens, and has a button...
asked by 07.12.2016 / 12:39
0
answers

Fixed footer that scrolls at the bottom of the page

I need to create a footer that is fixed at the bottom of the page, but when you scroll the page and get to the end of it, the footer would continue scrolling to show more information. I'm breaking my head here and it does not get off the ground....
asked by 07.12.2016 / 12:12
1
answer

Datetimepicker considering day as month

I have an inputText that I created for date, it is initially populated with a DateTime of my Model that is populated: @Html.TextBoxFor(model => model.Data, "{0:dd/MM/yyyy}", new { @class = "form-control input-md", @id = "datetimepickerDataF...
asked by 15.12.2016 / 12:28
1
answer

"Conflict" of ID within the Datalist

Good afternoon everyone. Well, I have a datalist. Then I put a repeater inside, so far so good. But then, at the time I execute, only the first repeater appears stylized the way I want it. The rest I think should change the id, and ends up appea...
asked by 02.12.2016 / 20:16
0
answers

Paging with JQuery PHP MySql in MVC model

Well I'm having a problem, I have a table with the conversations of an internal system chat that was created here in the company. My task will be to page the history generated with the "Previous" and "Next" buttons by limiting the number of mess...
asked by 02.12.2016 / 16:55
0
answers

Questions about redirection with location.replace

I am sending a form with AJAX and after sending, and the JSON return is positive, the user is redirected, I am using the window.location.replace(redir_url) method, however I am still able to go back to the previous page and see the form t...
asked by 23.11.2016 / 01:14
2
answers

jQuery search in a table

I am rendering values in a table and I have to filter by a field that calls reason, for that I use a script , the query works, but when deleting the query, the previous values do not return, that is, by deleting the search field the search...
asked by 22.11.2016 / 18:09
1
answer

Is there any tool to help organize multiple click events?

Within my system there are many events, such as click , change etc. Is there a tool that can help me organize these events? $("#btn-save-sidebar").on("click",function(){}); $(document.body).on('click', '.remove-component' ,functio...
asked by 22.11.2016 / 18:48