Questions tagged as 'jquery'

3
answers

Problems closing menu when clicking links

I personally made a site onepage in this link , it has a fixed menu on the side that opens when clicked by is the following in these links there are anchors that when they are clicked the site usually descends however the menu does not c...
asked by 27.10.2017 / 15:22
1
answer

Field Phone Validation

Personal I need your help. I have a phone masquerade, which validates the fields 00000 11111 2222 3333 in sequence. $('body').on('focus', '.celular', function () { var maskBehavior = function (val) { return val.replace(...
asked by 25.04.2018 / 15:17
2
answers

Change in css only in iOS

I need to make a css change only on iOS, I've used if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {}  But it did not work. The code I need to change is this one. .sdn-music-player>.yt-wrap>iframe { left: -22px;...
asked by 26.08.2015 / 16:55
1
answer

How to show table in JSON return?

I need to return an insert pass parameter to a page and load it into a specific div , I tried something like this: var formData = new FormData(this); $.ajax({ url: formURL, type: 'POST', data: formData, mimeType: "multipa...
asked by 19.08.2015 / 16:36
1
answer

JavaScript - How to improve this code?

As there is no Code Review Stack Exchange in English and I ask for help in one I'm working on: suggestions and criticisms about a chat script that I'm developing in JavaScript to streamline an existing one in PHP. This idea has become...
asked by 31.08.2015 / 23:13
1
answer

How to update a DropDownList without refreshing the page

I have a Dropdown of States, and a Cities, and a ZIP field, which is making use of the online API of the mails, when I put a zip, my system checks if the city already exists in the database, and if it has not, it is added. so far so good, the pr...
asked by 19.11.2016 / 03:34
1
answer

How to change IMG (logo) from the menu (header) when scrolling page?

I have this menu that has an image: logo.png, as shown in the code below <header class="header"> <div class="container"> <a href="index.html" class="grid-4"> <img src="img/logo.png"> &l...
asked by 10.01.2017 / 01:09
2
answers

Addition / multiplication of dynamic inputs and total in R $

Good afternoon, I need a great help, I'm stuck in a problem that apparently must be very easy! but I can not evolve. I have a code with the following fields: Inmyscriptthereare5groupsofapparentinputsandabuttontoaddmoreinputs(dynamicinputs),m...
asked by 31.08.2017 / 22:29
1
answer

How to scroll through a multi-line table and select only one specific?

I'm trying to do that by clicking a tr with a unique id, opening a slideToggle with another table under the same line that was clicked. I made this example by opening the first and second line, but I wanted to do something dynamic....
asked by 16.06.2016 / 20:05
1
answer

JQuery - ScrollBar

I'm developing a scroll bar in JQuery for an element, a div , I need the bar to be the right size to scroll, I'm posting the code with the error to see if you can help me: / p> CodePen The bar is not responsive, I tried to us...
asked by 30.05.2016 / 16:04