Posts by Marcelo Martins • 66 points
3 posts
-
2
votes2
answers53
viewsA: Implement "loading..." message display in Javascript
Better identify your code to understand everyone when you ask questions, make it easier to understand those who want to help you. Now answering your question, within the $.ajax method, you can pass…
javascriptanswered Marcelo Martins 66 -
1
votes1
answer318
viewsA: Search post and load it into a div using Ajax in Wordpress
The ideal is to separate in files not doing everything in functions, what you ask in your question is a little big to put here but I will try to exemplify well, first you should create an event with…
-
1
votes2
answers1785
viewsQ: Call cd command in c++ using system()
I’m trying to "program a shell" inside C++ but I’m not able to use the cd command (path) it just won’t go, searched and saw that when I use the system() a new shell is created outside the directory…