Posts by The Coder • 141 points
13 posts
-
0
votes0
answers33
viewsQ: Problems in ordering a sub-sub-association - Sequelize
I wanted to order a sub-sub-association by ASC "orderMeta", but for some reason I tried to take a look at the documentation and I can’t, I put part of my code. orderMeta is found in the association…
-
1
votes1
answer35
viewsQ: Run functions only when the page is loaded
Hello, I am looking for some way to perform a certain function, only when the page is 100% loaded, I have already tested the document.addEventListener("DOMContentLoaded", function(event) { and the…
-
0
votes1
answer59
viewsQ: click and Hover does not work
Hello, I am developing a project, where I have a click on a div that after clicked is placed or removed a class of an element inside it that makes appear and disappear a cross, but for some reason…
-
2
votes2
answers30
viewsQ: Remove white spaces between tds
Hello, I’m developing a project that uses the table structure and that in each row except the header row whenever there is a Hover on it, it gets a light gray but here to see well put a strong blue,…
-
0
votes1
answer40
viewsQ: Problems with transparency in android studio
Hello, I have an APP in android studio that has a Linearlayout with transparency but the children of this Linearlayout are also inheriting transparency, and I did not want, as I do for only the…
-
2
votes1
answer46
viewsQ: Automatic br in mobile version
Hello, I have a question, I have a page that stays in a provider that when the user depletes the internet it is presented! But I wanted the images and buttons to buy new packages in the mobile…
-
-1
votes1
answer92
viewsQ: Image Generator
Does anyone know how to create a PHP code to generate an image that you pass through the url image.php?src=logo&width=600&height=600 and the end result is an image with the specific…
-
0
votes1
answer49
viewsQ: How do I automatically generate a favicon?
Hello, I am creating a login API for clients, when the user generates "the page" he uploads your company logo to the server, but in addition to uploading the logo creates also generate a favicon…
-
0
votes1
answer41
viewsQ: Site content disappears when placing accents
Hi, I’m creating a dynamic website with ajax, but when in the database has an accent all the yet dynamic disappears. I’ve tried to put the <meta charset="utf-8"> in html file and also not…
-
3
votes2
answers375
viewsQ: Select element based on the data-id attribute
Eat I make to catch the id in Javascript that, in HTML, is data-id="2" ? <ul> <li data-id="1" id="e1">Elemento 1</li> <li data-id="2" id="e2">Elemento 2</li> <li…
-
0
votes1
answer22
viewsQ: Read meta with javascript
Many google Aces use javascript to work, in authentication they use <meta name="google-signin-client_id" content="api-key"> and javascript reads this to authenticate, as they do for Javascript…
javascriptasked The Coder 141 -
0
votes1
answer30
viewsQ: Pre-configuration of functions
Hello, I have a facebook BOT and I created a function called enviaMSG(); and within it I have 2 parameters, the user’s facebook id and the message to send but in any code I use this function a lot…
-
1
votes1
answer52
viewsQ: For juntamante with the while
Hi, I’m creating a fb BOT and I need help, I need that together with the while of the database I need a for that goes from 1 to the last record. So the user can send the code corresponding to the…