Questions tagged as 'jquery'

1
answer

My site does not find the Bootstrap and Jquery files

I created a site ASP.NET MVC with Code First and made the first publish of the application, the database and the site were created, the problem is that the site does not find the files css and Jquery of Boot...
asked by 10.10.2016 / 16:18
1
answer

problem in function resize.js

I am having a problem I am not able to send the original name of my images to the database it is stopping in my function reside.js more precisely where is this _this.output(canvas, outputType, callback); and this excerpt callbac...
asked by 04.11.2016 / 12:44
1
answer

Progress bar for DOWNLOAD files in Jquery

I've seen a lot of people looking to make a progress bar to download files, style MegaUpload. I hit a lot to get here and would like to share with the crowd! Well I did not find ANYTHING on the internet I spent days researching ...     
asked by 09.06.2016 / 04:16
2
answers

Fields are not 'masked' with jQuery Masked Plugin

Good afternoon, @EDIT The fields are now accessible. However, what is typed is not masked as defined in the script. Plugin: link Code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Cadastr...
asked by 23.05.2015 / 21:45
1
answer

Add in and out and subtract

I have this code : $(document).ready(function () { var $entrada = 0, $saida = 0, $total = 0; $.each($("td[name='entrada']"), function() { $entrada += parseFloat($(this).text().replace(",", "."));...
asked by 04.05.2015 / 22:15
2
answers

Add class dynamically

I have a carousel where the prev and next buttons are generated by the plugin. The problem is even trying to add a class with the traditional method $(".owl-prev").addClass("theme-color"); the same does not apply because...
asked by 28.04.2015 / 18:00
1
answer

Create divs dynamically

Sirs, I'm working with tabs in Jquery. I have a page called server_server.php where I insert it into the database of as many servers as I want. I need that after clicking the next button the amount of page flaps is the same as the amount of r...
asked by 23.02.2016 / 18:11
0
answers

How to display all requested JS code by an iframe?

I want to display a iframe with an external page and then show in a textarea all JS code requested by the iframe in question. I have two problems: the first is how to know all the requests that iframe made, and the...
asked by 28.10.2015 / 16:34
1
answer

Reload script whenever the event happens

Hello. I was looking for and I do not find anything related here, so I'm coming to ask. I'm working with a plugin ' link ', and I want to give some functions to get better. I've already done an image upload field, but this is not from submit,...
asked by 02.04.2016 / 16:55
1
answer

Click on the Link and open a player below it

I have some links, for example: Link1 Link2 Link3 Link4 and I would like that when I click on Linkx it opens an "embed" just below it and that each Link brings its corresponding video. / p> I'm working on a t...
asked by 24.09.2015 / 19:08