Posts by Marlom • 25 points
2 posts
-
1
votes1
answer116
viewsQ: Start function on a specific tag with pure Javascript (gridalicious)
Guys, I’d like to ask for your help in solving this question that I’m facing. How would be the equivalent, in pure Javascript, of the following jQuery code $(document).function(); More specifically,…
javascriptasked Marlom 25 -
1
votes1
answer3348
viewsQ: Send and request form via Ajax - (pure Javascript)
I’m a beginner in Javascript and I started to see Ajax. I made an example where I have a form that sends a name to a php file. This php receives via post and writes the information in a txt. I am…