Questions tagged as 'jquery'

1
answer

Javascript Calculate Portion of a value coming from checkboxs

I have here a code for when checkboxes are selected add a value to a label, and another code for the user to type in an input the total value and select the amount of parcels for the operation to take. My question is as follows, how can I do tha...
asked by 15.09.2017 / 14:14
1
answer

Hide Div in IOS

I have a redirect button for whatsapp on my site that does not work on ios, would I have some way to hide it just for that OS? In case it is inside a href in html, it would suffice to hide it when the user is using iOS.     
asked by 15.09.2017 / 17:19
1
answer

Highcharts - Line chart with date

Hello, I can not create a chart line using the Highcharts plugin, where the X axis is separated by months (Jan, Feb, etc ...) and the Y axis is the number of new clients based on these months. Below is how my json is formed. [{ "newCusto...
asked by 24.08.2017 / 16:56
1
answer

Take only part of the input content without submitting [duplicate]

I am creating a gallery of images using the responsivefilemanager plugin and there is a problem that I can not solve. See this image: Clickingthebluebutton(Withthefoldersymbol)opensaModalinwhichIcancreatefolders,uploadimagesetc.WhenIsel...
asked by 24.08.2017 / 05:01
1
answer

I would like to put two actions for the same form

<form method="post" id="formulario_contato" onsubmit="validaForm(); return false; " class="form" action="?go=enviar"> <table id="login_table"> <div id="all"> <div id...
asked by 01.08.2017 / 15:02
1
answer

jQuery plugin input mask with strange problem

I've been using this plugin for quite some time: RobinHerbots / Inputmask And this week I made a change in the way I use it, I started calling it like this: The Caller for input: var mainValidator = function () { var fieldValid...
asked by 31.07.2017 / 21:16
1
answer

By pressing the backspace key, delete the previous input fields

The code below causes the user to type in a particular input field, it jumps to the other field automatically: <form class="form-inline"> <div align="center"> <div class="form-group"> <input type="password" cl...
asked by 29.07.2017 / 16:18
2
answers

Access the data returned in the success of an ajax request, within a $ ('form'). on ('submit' ...)

I have a $ ('form'). on ('submit', function ()); and inside it I would like to make a call from a function that runs an ajax and returns an array of data. however when saving the return of the function in a variable it becomes "undifined" can no...
asked by 21.07.2017 / 13:47
2
answers

Auto-Complete with the bank's values in text-type input

Good evening, I need a code that when typing in the input the user will see suggestions below that should be the values pulled from the bank. <input type="text" id="pesquisa" name="pesquisa">     
asked by 27.07.2017 / 03:22
1
answer

Number count according to page scroll jQuery!

Personal I have a PROGRESS BAR that displays numbers from 0% up to 100%, I need when the scroll is greater than 900px, start counting the numbers for example from 0% to 70% in the time of 2 seconds .. I have a code here is working fine .. it doe...
asked by 26.07.2017 / 02:05