Posts by Douglas Neves • 90 points
6 posts
-
0
votes3
answers149
viewsA: Click on Dynamically generated ID
Possibly the element you are looking for has not yet been loaded into the DOM, To solve this you can load your scripts at the end of the page, here you find a brief explanation: Where should I put a…
-
-4
votes1
answer1790
viewsQ: Identify phone type (landline/mobile)
Would someone know if it is possible to identify the type of the phone (landline/cell phone) through the first digit? For example, is the number 6889-7777 fixed or mobile? I need to identify the…
-
3
votes1
answer2213
viewsQ: Open mobile keyboard automatically
Currently I have the following block attached to user action. $(".class-botao").focus() When the user interacts with the page the mobile keyboard is displayed normally. However in my application…
-
3
votes1
answer412
viewsQ: Better HTML structure - Virtual Store
Talk, you guys, blz ? My question is the following: what is the best HTML structure to build a virtual store ? Taking into account semantic and SEO patterns. For example: I must use divs, li or…
-
0
votes3
answers2146
viewsA: Collect instagram tag images for website
Basically what you need is to access the API provided by instagram and assemble a block to display the photos. If you know how to handle an API, you will certainly not encounter many problems. Below…
-
1
votes1
answer200
viewsA: How to put interest scheme in product listing?
Good Afternoon, To view payment methods use dialing {{ product.payment }} For more details about the items that can be called in the list of products check out our Documentation If you have any…