Posts by Lucas Leonardo • 81 points
6 posts
-
1
votes1
answer163
viewsQ: Transform XML contained in a json string
Hello, I need to turn a XML contained in a string into a json object. How do I do this? I have tried some native PHP functions unsuccessfully. <?xml version="1.0" encoding="UTF-8"?>…
-
2
votes2
answers746
viewsQ: Excel printing with php and jquery
I am trying to print to excel a query presented in table with php and jquery in tag <tbody>. However it did not work. It presented in excel a wrong result with all the result HTML in a single…
-
1
votes1
answer2700
viewsQ: How to change validation text according to each type of validation in the Start Date field
I have a code that validates with jquery validate and is 100% functional. When validation occurs, jQuery Validate always displays what is written in the field title of input. Since I have different…
-
0
votes2
answers1377
viewsQ: How to recover query parameters after clicking on pagination
In the code below, how I can recover query parameters after clicking on the pagination? When the user informs the query parameters contract number and/or status and clicks on query, the code below…
-
2
votes1
answer1353
viewsQ: Validation jquery validate is not deleted when I close the modal bootstrap
How to make jQuery Validate validation messages delete when I close modal Bootstrap? I have the following codes that are executed when I close the modal by clicking the button Fechar and when I…
-
2
votes1
answer88
viewsQ: How to remotely recover text from PHP messages in jquery.validate
Friends, I would like to know how to remotely recover text from PHP messages in jquery.validate. $('#ajax_form_inclusao').validate({ rules : { numeroContrato : { required : true }, dataInicial : {…