Posts by Victor M. • 125 points
7 posts
-
1
votes1
answer300
viewsQ: How to send browser token to server?
How to send jwt token from browser to php server each request? Every time I study about using a token only shows how to create, not how to actually use, in the image below shows that you return the…
-
2
votes1
answer904
viewsQ: How do I interact with HTML created with javascript?
I am creating a site posts that will be updated by ajax, but when you add one more post the side menu does not work. How to upgrade without making the menu stop? This is the code I’m using, I put a…
-
2
votes2
answers1281
viewsQ: How to select only one div of several equals with js?
I’m creating a system of posts made with Divs, but as all Divs will have the same class nomenclature I need when I click on some javascript attack only itself without interfering with others. Only…
-
3
votes1
answer608
viewsQ: How to make a column layout responsive with js?
I need to create a column layout (masonry) responsive with pure js. I’ve tried several ways, but most columns are not responsive, and CSS organizes the numbering from top to bottom. The…
-
2
votes1
answer43
viewsQ: How to create a textarea autorisize with js?
I need to create a text field that grows with what the user writes, but has to be with pure Javascript, without jquery or something like.
-
0
votes0
answers67
viewsQ: How to create a slider link without Jquery?
How can I create a sliding anchor link with pure Javascript for a single page? Example using jquery
-
2
votes1
answer836
viewsQ: Single login system
How to create a single login in PHP? That gives access to multiple sites for the user, without having to login to each site. Like Google, which with a single login, you use Google and Youtube.…