Questions tagged as 'script'

1
answer

Add "Input List" in Java Script

I have some difficulties with JavaScript. I want to add some fields from my "Input List" and multiply others by clicking on a "Calculate Button", thus informing a value in an "Input Text". Nothing else I do has worked, please if anyone can help...
asked by 08.07.2015 / 08:11
1
answer

script does not load and dependencies fail

Sometimes I notice that a script does not load, and the rest of the scripts that somehow use it, end up failing. What to do to recognize when not loaded and try another alternative (like loading from another place), thus preventing other scri...
asked by 16.10.2015 / 03:06
1
answer

Div appear once

How to make a Div (not a pop-up, but more like a screen saver) pop up only once every 6 hours using JQuery and Cookies? I can not use PHP because the platform I'm using is Blogger and it does not allow it.     
asked by 09.12.2017 / 17:26
1
answer

How do I add instead of concatenating [duplicate]

I would like some help. I have the following code: var totalBruto = 0; var tot_desconto_vlr = 0; var total = 0; var totalLiquido = 0; $(document).ready(function () { $(".desc_vlr").on("input",...
asked by 31.08.2017 / 16:45
1
answer

How to change the Cartesian coordinates of files, in an automated way

I have a certain folder with several files, and these in turn, contains in its interior description of Cartesian X and Y coordinate points. However, I want to replace these points automatically and dynamically, ie use while to run all...
asked by 18.06.2017 / 15:08
1
answer

File directory txt with VBS

My code in VBS looks like this: Dim oShell Set oShell = Wscript.CreateObject("WScript.Shell") filename = "C:\Users\Public\Documents\Copy_File.txt" oShell.Run(filename) Is there any way I can leave this txt file that I need to access within...
asked by 11.08.2015 / 22:49
1
answer

Slide gallery one image at a time with BxSlider

I'm trying to create a slide gallery with link I would like the gallery to pass one image at a time and not a group of images. Example that I'm using but would like to CHANGE: link ) Below the code: <script> $(document).ready...
asked by 12.08.2015 / 00:23
1
answer

Record in the database the office hours and make an appointment

Hello, I'm looking for a North to create with PHP and MySQL a way to record in the database the hours of operation of several establishments, so that I can easily search and display if the establishment is open, or closed, or until what time ther...
asked by 18.12.2014 / 14:43
1
answer

Clear Cell Content (A2) if the value of another cell (A1) is equal to a specific text

Please someone can help me with the following case: I have a worksheet in Google Sheets; I need a script to clean the contents of a given cell (A1) IF the text of another cell (A2) is equal to a specific text ("TABLE VALUE") Thank you i...
asked by 06.09.2018 / 17:13
3
answers

How to disable CTRL + C in batch?

Is it possible to disable the CTRL + C batch command?     
asked by 30.04.2018 / 23:42