Posts by Thainan Esteves • 27 points
6 posts
- 
		0 votes1 answer331 viewsQ: Slide inside a divThis script makes a "slide" inside the body. My question is: How do I get the slide to work inside a specific div ? var imageCount = 0; var currentImage = 0; var images = new Array(); images[0] =… javascriptasked Thainan Esteves 27
- 
		1 votes3 answers181 viewsQ: Enable contenteditable="false" tag for "true" with javascriptHow to make a script so that when I click the edit button, automatically my div will be editable and the save button appears that when clicked will disappear and my div will again be non-editable?… 
- 
		0 votes1 answer55 viewsQ: Error picking up API dataI’m not getting the data from a certain API, can anyone help me? I’ve tried a number of ways. the mistake you’re making is : Notice: Trying to get Property of non-object in C: xampp htdocs teste… 
- 
		0 votes3 answers376 viewsA: multiply div s repeat loop co div sThe code went like this <html lang="en"> Lives . block{background-color:pink;height:250px;border: Solid 2px #000;} </style> foreach($defuse->streams as $v){ $todos_nomes =… 
- 
		0 votes3 answers376 viewsQ: multiply div s repeat loop co div sI have a list of channel names that are broadcasting a certain game on twitch.tv (api), so I can take all the channels and list the same. The question is how to put them in a div To stay in blocks… 
- 
		1 votes1 answer117 viewsQ: Undefined offset in repetition loop in PHPI’m using the Twitch.tv. I’m getting all the Lives by "fifa17" and listing all the channel names that are doing this live with this game, in the URL has the limit of 100 results ie 100 names, I made…