Questions tagged as 'jquery'

0
answers

image array JQuery

What I have to do is the following: How to make an array of images in JQuery, but the fonts I already have in html, that is, I already have them loaded from html, nothing else is to put them in an array, I do not want them in an ul. Aft...
asked by 24.07.2018 / 18:23
0
answers

How to create a location option in the publications of my web page and save it in mysql?

I am developing a website where you can access with a user, make publications, comment, etc. But what I still lack and I do not know how to do it is like putting a location option to put in the publication, something like this: And when...
asked by 15.07.2018 / 05:19
1
answer

PHP - Jquery plugin for Excel date filter

Hello good day I have a problem trying to create a date filter I have tried several datepicker but none resemble excel. I mean to divide them into years, within them a list of the months and finally a list of the days of the month. I...
asked by 16.07.2018 / 18:43
0
answers

jquery textFill does not work on invisible elements

I try to adapt the size of a text inside a div that, in turn, is inside another div. In general and in a simplified way, I have the following: html: <div id="main"> </div> css: #main:{ display:none; width: 100%;...
asked by 15.07.2018 / 21:49
0
answers

DEPENDENT SELECTS WITH CLASS="chosen-select"

I am trying to make a form with dependent dropdown, but the problem is when I go from select 1 to select 2 that has the class "chosen-select", it does not show me the data in this dropdown , but if I change the class to this dropdown and put i...
asked by 17.07.2018 / 03:51
1
answer

How to stop this spread

I have sent this exercise in classes and I have about 3 days without being able to stop this spread, I have tried to stop the spread everywhere and without any result, the idea is that when you click on the heart, or the comment on each image, t...
asked by 17.07.2018 / 02:40
0
answers

JQuery: Multiplication of data by position in a table

here again with jquery themes, Result to obtain; that the calculation by quantity is multiplied by the price, updating the total, as well as qualifying the subtotal, igv and total global. The most curious thing is to achieve it based on posit...
asked by 13.07.2018 / 02:34
0
answers

How to adapt the height of an iframe with fancybox in Chrome?

I am programming a website and I am using fancybox (latest version) so that when I click on an image, an html will open. For that I used the iframe option that brings fancybox. Now, my problem is that in Mozilla Firefox the html adapts perfect...
asked by 12.07.2018 / 22:53
0
answers

Javascript doubt sweetalert

I'm trying to use "sweetalert" to implement a confirm on a button that I have, but I understand how. for a normal confirmation I know I should use onclick = "return confirm('mensaje')" but when trying to implement sweetalert in a function...
asked by 18.07.2018 / 01:37
1
answer

Generate excel from an html table without a column

good day, I need help, I want to generate an xls file but I do not need one of the columns. Any way to do it? <script> function ExportToExcel(htmlExport) { var ua = window.navigator.userAgent; var msie = ua.i...
asked by 17.07.2018 / 23:26