Questions tagged as 'javascript'

0
answers

ElevateZoom only zooms the first Javascript image and Prestashop

I am trying to make the magnifying effect work correctly in a store created in prestashop, but I can only make it work in the first image shown. When another image is selected and you click with the mouse, the cover image is zoomed in, always....
asked by 17.03.2018 / 10:34
1
answer

How to activate different sliders on a page when clicking

I have 3 banners with photos from 3 different places. I need to click on a figure to activate, in a box, the banner of place 1, then click on another figure to activate, in the same box, the banner of place 2 and so on. Can somebody help me. I t...
asked by 03.04.2018 / 04:44
1
answer

How to calculate the domain and range of a function?

Good morning. I have a web application in which based on a function I must present the domain and range of this function, for example, the function 2X + 3 obtain the domain and the range. I do not know if there is a library for this type of s...
asked by 14.03.2018 / 23:47
1
answer

Problem with a class called cs-select

I have a problem with the class cs-select , which does not allow me to activate and deactivate a select. HTML: <div class="form-group"> <label class="col-sm-2 control-label">Forma de pago:</label> <div class="...
asked by 19.04.2018 / 12:28
0
answers

How can I make a table that organizes preventive maintenance activities depending on the periodicity, any ideas?

I would like to ask you for an idea of how I can implement this system, to send for maintenance activities depending on the periodicity. This image represents the excel to which I must guide to do it web Until now I only have this, ad...
asked by 07.03.2018 / 19:36
1
answer

Convert AJAX response in array type Date

I have an array called eventDates , to which I want to add dates of type Date . The dates I take from a call to a database, but I do not know how to include them in the array in Dates type.    This is the script: var eventDates...
asked by 07.03.2018 / 11:41
3
answers

How to show the data entered in inputs and dropdowns through a submit with php or javascript?

Very good people from the forum What I would like to do, which I do not have the slightest idea in this language, is to show the data that is entered in certain inputs and dropdowns in a secondary screen, so to speak, through a submit so that...
asked by 07.03.2018 / 18:09
1
answer

Close Session Automatically

I need to place a timer inside this sweet alert message but where would I have to place it and how? here I have the option to continue navigating in the location.reload () function; but in the isConfirm that a timer of 30 seconds will appear whe...
asked by 13.03.2018 / 17:32
0
answers

how to convert a Base64 string to a JPEG image in javascript? [closed]

I have a TextBox box in my html where the base64 string is but I want to convert this string into an image so I can wait for it locally but I want to do this process in javascript.     
asked by 16.03.2018 / 17:21
0
answers

Window modal problem IE

I have a modal window, and it works for me in all search engines except Internet Explorer, someone could tell me why. function jmgModal(id, data, ok, input) { data=data || {}; id="modal-"+id; var d=document.create...
asked by 16.03.2018 / 09:24