Posts by Andressa Limão • 21 points
4 posts
-
-3
votes2
answers102
viewsQ: I need a script (JQUERY) that goes to another page and saves the data.
I’m sorry I didn’t show you any code because I couldn’t find a logical solution. I need a script that goes to another page and saves the data without me being on that page understand? Example: You…
-
0
votes0
answers38
viewsQ: How to do this with ajax Jquery?
Imagine the following situation: You are on the page index.php and there’s another page called formulario.php with two input and a submit. How do I send data to formulario.php and save the submit…
jqueryasked Andressa Limão 21 -
0
votes4
answers1033
viewsQ: How to get PHP session id with jQuery?
You know the little code that PHP generates, which is the PHPSESSID? I was wondering if there’s any way I could take this value with jQuery and store it in a Javascript variable.…
-
0
votes1
answer37
viewsQ: How to make a wordwrap inside a <pre>?
I have a tag <pre>Oie</pre> I wanted this text to have a maximum width of 595px word-wrap:break-word; what I did was this pre { width:595px; word-wrap:break-word; } I do it , but nothing…