Posts by Russ_AB • 61 points
3 posts
- 
		0 votes1 answer95 viewsQ: Popular object with async/await nestedPersonal talk, I am consuming the Trello API to retrieve items from card-specific checklists of a frame. So I am making the following path. Retrieving information from the table Retrieve information… 
- 
		1 votes1 answer34 viewsQ: How to recover data from a different Where SUM?I have a work point timetable, which has the data_inicio, data_fim, usuario_id and extra indicating whether it is overtime or not. I already have a query that brings the sum in seconds worked per… 
- 
		3 votes2 answers2719 viewsQ: Append/Prepend in DIV with fixed child - jQueryHow do I append/prepend a div that has a fixed child using jQuery. For example: <div class="container"> <div class="placeholder"></div> </div> When giving the first…