Posts by Luccas Alves Gaulia • 26 points
10 posts
-
0
votes1
answer135
viewsA: Datatables (AJAX+PHP), Search, Sorting and Pagination do not work (Table freeze)
The page needs to be worked on in PHP, so you can browse, search and sort... Follow the code done and working: <?php include '../datasourceGestao.php'; $datasource = new datasource(); ##…
-
1
votes1
answer66
viewsA: Include icons on modal buttons
Why it does not work with jquery icons? If it is with following icons, I will search for images. $('#div_dialog_MostrarTexto').dialog({ open: function(event, ui) {…
-
0
votes1
answer23
viewsA: AJAX + PHP, Value received (date) put in html
Solved, I’m putting it here for other people who need it. // AJAX - Deletar $(document).on("click", "#deleteEquip", function() { var dados = { buttonAcess: $('#acessDeleteEquip').val(), admin_id:…
-
-1
votes1
answer23
viewsQ: AJAX + PHP, Value received (date) put in html
It is giving undefined result, because I do not know how to put the value of $Validator[messages] (PHP) in the result of AJAX... I put it inside the html(.... " + data.messages + "...) but I don’t…
-
0
votes3
answers89
viewsA: AJAX error, does not send the data
Matheus, // AJAX - Deletar $(document).on("click", "#deleteEquip", function() { var dados = { buttonAcess: $('#acessDeleteEquip').val(), value_id: $('#admin_id').val(), } $.ajax({ type: "POST",…
ajaxanswered Luccas Alves Gaulia 26 -
0
votes3
answers89
viewsA: AJAX error, does not send the data
So, I got it this way, but the page makes the refresh... and only using Alert... When I put to open a Modal, gives error... must be something else wrong. Even taking the type of button (Submit)...…
ajaxanswered Luccas Alves Gaulia 26 -
-1
votes1
answer135
viewsQ: Datatables (AJAX+PHP), Search, Sorting and Pagination do not work (Table freeze)
The Datatables is working, all the Buttons work and call the table, I am using load to open the table by ajax, does the Reload normally, but the other actions do not, as: Pagination, click on page…
-
-3
votes3
answers89
viewsQ: AJAX error, does not send the data
I do not understand yet why it does not send via POST the data in AJAX, goes straight to error, and opens the Modal saying that there was the error and quickly directs to the page, even this modal…
ajaxasked Luccas Alves Gaulia 26 -
0
votes2
answers58
viewsA: Error in logic, icon does not change when I click the submenu
After picking up a bit and putting it in the way you wanted it, follow the final code: <script type="text/javascript"> $(document).ready(function() { $(".button-menu").click(function() {…
-
-1
votes2
answers58
viewsQ: Error in logic, icon does not change when I click the submenu
Personal, I’m still studying java script, I’m making a MENU and it’s working, I made it from scratch and I’m correcting every step I want and I didn’t have... I got stuck now... The menu opens, goes…