Posts by Vinicius Avanzi • 47 points
8 posts
- 
		0 votes0 answers33 viewsQ: paste clipboard content from a buttonHow to take the contents of the clipboard (Clipboard) and paste it into a text from the click of a button. I found an upcoming jquery code, but I can’t reproduce what I need. Below the code that… jqueryasked Vinicius Avanzi 47
- 
		0 votes2 answers526 viewsQ: modal call does not work (bootstrap)Good morning! I’ll rephrase the question: mount a table that receives data and a link to edit this data. So far so good. The click on this link should open the modal for data editing. I already… 
- 
		0 votes1 answer102 viewsQ: set select option to Selected with value coming from a JSONGood afternoon friends! I have a modal with a city edit form that carries data coming from a JSON. Everything works. The problem now is that mine does not select the correct state. My JSON returns… 
- 
		0 votes0 answers48 viewsQ: popular table from a combo - jquery / jsonGood afternoon! I need to populate a table from the onchange of a combo, via jquery. The problem is that I am unable to manipulate the JSON object that PHP returns to me. Does anyone have any hints… 
- 
		1 votes1 answer1329 viewsQ: How to display chart values in chartJS without mouseover?var chartData = { labels: [<?php echo html_entity_decode($nomes) ?>], datasets: [{ label: 'Desempenho global (Todas limpezas efetuadas em <?php echo $anoAvaliado ?>)', data: [<?php… chartjsasked Vinicius Avanzi 47
- 
		0 votes2 answers99 viewsA: How to disable too many buttons on a foreach when you click a single button?Good morning everyone! Thank you for your help. I got a simpler solution that I share with you below: <script> $(document).ready(function () { if ($(".continuarLimpeza").length == 0) {… 
- 
		0 votes2 answers99 viewsQ: How to disable too many buttons on a foreach when you click a single button?I have a grid with a cleaning list to be done. Initially all buttons are green with the text "Start Cleaning". When I start a cleaning, this button is blue and the text changes to "Continue… 
- 
		3 votes1 answer2751 viewsQ: BAT for telnet access passing user and passwordHow to use a bat to access a host via telnet to automate backup. I tried to call the telnet, but. how to pass the user and password and be recognised. It only opens the prompt of telnet and ask me… batchasked Vinicius Avanzi 47