Questions tagged as 'javascript-eventos'

1
answer

How to update the Index of a field using JavaScript in Asp.net MVC

I am creating fields dynamically based on a List. When I remove a field, I need to reorder them using javascript, but I'm facing problems since all fields are reordered in the Indexes, except those using the "asp-validation-for" razor ... Would...
asked by 17.10.2018 / 19:55
0
answers

Make an android bar appear when a particular page in the site loads

I have a website, and wanted it when the user entered a certain page, android displayed a bar. My application uses too much webview, is this possible? I saw this in a project I worked on, but I have no idea how they used it. Is it possible to ma...
asked by 14.10.2018 / 19:50
1
answer

Angular: Problems with TouchEvents

I need to detect touchstart , touchend and touchmove to make a selection of days as the user drags the finger on the screen. But the touchmove event apparently was not done for this purpose. As the example below, it wi...
asked by 09.10.2018 / 21:29
0
answers

Redirect between pages

Next, I have two html pages in the expense posting system. One page is called launchings.html and the other one is called records.html. The first page is where I'm going to post the expenses and the second is where the expense records posted on...
asked by 27.09.2018 / 17:03
0
answers

How to detect that one class has touched the other? [duplicate]

I have a question regarding the detection of classes in Jquery. For example. I'm developing a land page and in it has the navbar that when it arrives in certain parts of the site it changes color, only that it has a problem, I'm doing it in a...
asked by 15.08.2018 / 16:19
1
answer

Doubt with function in javaScript

I'm trying to figure out what happens after the click of a submit button on one page, to do exactly the same thing on another. On the page I am looking at and the code is written this: <button onclick= function (ev) { ev = ev || window.even...
asked by 01.08.2018 / 20:18
1
answer

Change a JS Function to open two different Modal Bootstrap Windows - Asp.Net Core MVC

Currently, I have a Modal (modalGenerica) in my Index that generically opens the Create, Edit and Delete views. To open the Create and Edit views, there is no problem, since both open in a modal of the same "size", but that to open the view Dele...
asked by 15.07.2018 / 13:23
0
answers

Problem with divs placement - Javascript

I'm developing a somewhat complex application and some issues are occurring with the placement of a specific div. Here is an html fragment containing this div: <div class="row integracao-content"> <div class="background">...
asked by 17.07.2018 / 15:54
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

add attribute to one or more unknown option

I have a code that dynamically defines the input fields. In a context, I have several selects being set, and I do not know the name or its id. Selects inputs and selects options are defined dynamically, via ajax. The first option is selected by...
asked by 18.06.2018 / 18:16