Questions tagged as 'eventos'

1
answer

Jquery beforeunload is called when I click on link

I want to execute a function only when the user closes the browser, however when I click on a link the event is triggered anyway. $(window).bind('beforeunload', function(e) { $.ajax({ url: "php/phpPerfil/brownserClosed.php" });...
asked by 13.08.2015 / 23:12
1
answer

Calculate items in a table

I need to calculate the table items and display them in a certain field on my page. Currently it looks like this: <div class="pacientes"> <div class="pacientes-header"> <i class="fa fa-people-carry"><...
asked by 31.08.2018 / 04:39
1
answer

How to disable the textchanged event in the load event in Visual Studio C #?

I have the following problem: I have a function that is called when the button triggers the textchanged event only when I start the program for the first time it calls the textchanged function in the load event. I want when the program starts th...
asked by 17.08.2018 / 18:06
2
answers

Trigger two functions with different onscroll events - JS

Good morning, I need a help, I have two functions that use the onscroll event, a function to appear a "Back to Top" button where when it is presented to the user it can be triggered and will be returned to the top of the page and another of h...
asked by 18.07.2018 / 14:41
0
answers

Copy HTML elements into a form

I want to copy the div clicked, into the form that already contains the select . For example this: var opt = document; function processar(el) { opt.getElementById('minhaLista').innerHT...
asked by 01.06.2018 / 21:41
0
answers

receive wbDO_DocumentCompleted event within task.RunSynchronously

Galera, I'm implementing a code to download pdf's from a particular site. Debugging it, I discovered that the tasks were asynchronous and the counter was lost and it ended up getting some page without downloading. I changed the process...
asked by 30.05.2018 / 19:23
0
answers

ics event is not appearing as it should (using nodemailer / icalEvent)

event creation with ics library let event = { start: [schedule.start.getFullYear(), schedule.start.getMonth() + 1, schedule.start.getDate(), schedule.start.getHours(), schedule.start.getMinutes()], duration: { hours: schedule.duration...
asked by 06.04.2018 / 18:03
0
answers

Difficulties Asp.NET MVC ... window does not appear correctly

I'm new to the ASP.NET MVC world and I've had some initial difficulties. I am trying to develop a calendar but clicking on a day to make an event ... the window appears in a strange way, does anyone know the reason? Images with the error...
asked by 19.03.2018 / 10:46
0
answers

C / C ++ How to declare a type for an event handler in a class?

I need help in C / C ++ to know how to set a type for an event handler that will be used as a member of a class. This is an example that works with simple variables and functions: #include "cstdlib" #include "stdio.h" using n...
asked by 19.02.2018 / 20:45
0
answers

Select elements from all window.frames and apply events

How can I select and manipulate elements of all window.frames being generated by each SVG within a <object> tag that I put on the page? I'm trying to add events click() to elements <g> of the .svg files loa...
asked by 20.02.2018 / 23:36