I am using the following command to print a PDF that is inside the iFrame, and the PDF is included locally on the same server:
window.frames["imprimirpdf"].focus();
window.frames["imprimirpdf"].print();
Does anyone know how to fix...
I'm a beginner in ASP.NET MVC
I have a project.
And within a given view I have two buttons.
However, one of them can only appear if the other is executed.
1 > Save (save car)
2 > Associate a dealership (it can only be activated wh...
I'm having trouble implementing a state machine using AngularJS ..
On my first try, I tried to use this made in JS: link
I could not make it work as I wished. I followed the examples and got no results. What I tried was to create a few s...
I'm developing a plugin in jQuery and the problem or difficulty is:
I created the methods init , show and hide ;
(function( $ )
$.fn.tooltip = function(method, onClick, onBefore, onAfter) {
var default...
I have a question on how to filter results from a API , and would like to know if anyone has had this problem before.
Let's say that we have to access a API that is on a server other than ours and returns a response in JSON...
I have a code that I'm developing, but I'm encountering 3 difficulties.
1ª I would like to make a calculation of 11% + the totalTotal cost.
2nd In the fields totalValue and totalValue perform the entire sum of cloned fields totalreference...
I'm trying to send the data from this page to the server, but Js does not return the Message variable ...
I know little of JS and would like some way to call the variable as soon as the server receives the data.
I'm trying to optimize the website of the organ where I work and I'm having problems after concatenating and minifying the javascripts.
Our Apache server uses ISO-8859-1 and all of my files in PHPStorm are configured on the same charset.
A...