Questions tagged as 'jquery'

1
answer

Input of file type with split () function returns with comma

I'm retrieving the file returned from a input of type file of a form and it returns C:\fakepath\nomedoarquivo.extensão so far so good, hence I applied a split() and it returns the following: ,nomedoarquivo.e...
asked by 20.12.2018 / 14:58
1
answer

Make multiple SVGs converge to the same point with CSS

Well folks, I wanted to know if I could join this shape, which looks like a piece of pizza, to form a circle. The idea would be to clone it, 10 times, and to form the complete circle. link After making them stay in position, I want to up...
asked by 06.12.2018 / 20:57
1
answer

How to add and remove rows and columns in html table with jquery

I have a table where I allow the user to insert / remove lines when I find it necessary, but what I need and can not adapt is to insert a block of Columns and Lines, but without success, I will try to show what I have. I have this table: I'm...
asked by 10.12.2018 / 19:05
1
answer

Date field only gets the previous date selected

I am trying to get the date value in the field using the bootstra-datepicker , but it only takes the date selected. For example: if you chose date 04/12/2018 and I choose the date 05/12/2018 it takes the date 04 / 2018 and not the one...
asked by 04.12.2018 / 22:45
1
answer

Modal Bootstrap open content from another page

I would like that when I click the button, I open the contents of another page in a Bootstrap modal. I have the following code below: <script src="js/jquery.min.js"></script> <button class="btn btn-success" id="btnImprimir" titl...
asked by 04.12.2018 / 17:26
1
answer

Get DIV through a custom attribute [duplicate]

I have several DIVs like the one in the code below. <div class="col-md-10" ordained-field="0"></div> How do I get all by the attribute that I created ordained-field     
asked by 03.01.2019 / 10:32
1
answer

multiple image upload with jqueryform and ajax

Good afternoon, I'm trying to upload multiple images using jquery-form and ajax to not reload but is not going to the page via ajax by onchange and is not recording to the bank nor uploading. follow code: index.php <script type="text...
asked by 28.11.2018 / 17:32
2
answers

How to get CSS values from one element and apply it to other elements. Stick Footer

I'm using Ryan Fait's Stick Footer solution , but I wanted to leave it making it more dynamic using JavaScript, allowing the height of the footer to automatically calculate the other values of the CSS properties of the other elements. It can be...
asked by 03.06.2014 / 16:30
1
answer

Problems with EventHandler .click () and .animate ()

When I use $('#nervID').mouseout(function(){/* ... */}); alert() works and .animate() works normally with opacity working and being applied to elements with class .page The problem is that if I change .mouseout() to...
asked by 03.06.2014 / 21:34
1
answer

How to display a sequence of images from a single link?

Normally when using image gallery plugins (Lightbox, Fancybox, etc.), we load image A from thumb A, image B from thumb B and so on. By setting a relationship ( rel="x" ), we were able to display several gallery images using "next" and "pre...
asked by 26.05.2014 / 19:59