Questions tagged as 'jquery'

0
answers

Modal not closing after filter

I have this JS file (Modal.js) which has the functions of show modal and close it after filter. function showPleaseWait(msg, btnClicked) { //recebo a mensagem e o botão clicado para saber se o form está valido if (btnClicked != undefined &...
asked by 16.03.2018 / 15:41
1
answer

Receive integer value in field view

Personal I need your help. In my system I created a modal with data visualization pulling from the bank. I need one of these data to display only the integers, as an example in the photo. If 30.0 is required to display 30, if 265.0 is r...
asked by 16.03.2018 / 14:52
1
answer

Problems alignment dropdown menu

I have a dropdown menu in WordPress on the Services tab, but when I resize the page zoomed, the menu is not following its parent element, Follow the image and code. ul.sub-menu { display: none; padding: 0px;...
asked by 16.03.2018 / 13:57
1
answer

Javascript Problem Collapse

I have a list with collapse to play different content in the same place, I just need that when I enter the page the first item in the list is selected, I have a script that does the function to close a div if the user click another, here are the...
asked by 16.03.2018 / 13:06
0
answers

Validating CheckboxList

I'm using this form validation with text fields. However, I'm not getting it at all with checkboxList. Is there any way to do this? Follow the code below. function form_validation() { $("#aspnetForm").validate({ errorElemen...
asked by 16.03.2018 / 16:52
1
answer

Scripts stop when I open Modal in a Partial View for the second time

My first question here. I'm developing my first system using Asp.Net MVC. In a View I call a Modal whose modal-content is a PartialView that contains scripts (jQuery). When I open the Modal for the first time everything happens as e...
asked by 24.03.2018 / 15:35
1
answer

Activate button according to page

I have a set of divs below the header (cardiac, abdominal, facial ...), each with its respective link, using the same names. I need when I select one of the buttons, it becomes "active" even with the page exchange, because each button has its ow...
asked by 15.03.2018 / 20:02
1
answer

Jquery window.scroll can not repeat

Hello, When I scroll, the function executes normally, but keeps repeating every time I continue with the mouse scroll. I would like to know how to make it run only once. I'm doing this: $(window).scroll(function () { var scrollTop =...
asked by 15.03.2018 / 21:43
0
answers

Process a JSON return with JQuery

I'm doing a job for college, and I'm having a hard time getting a certain return from the Google Maps API. I want to access some information on the return for example: formatted_address long_name address_components And other data,...
asked by 28.03.2018 / 19:23
0
answers

Saving dynamically created inputs

Hello, I would like to ask for help with this project, I put it in github to make it easier. link Next, there are multiple-choice questions that are created dynamically, and there are the answers that are created dynamically. I want to save...
asked by 28.03.2018 / 19:32