Questions tagged as 'jquery'

2
answers

Form with Ajax and PHP

Hello. I have a form inside a modal - which is opened by clicking a button that is generated as a column of a table. By clicking on this button I will capture the contents of each column and fill out a form in the modal. If I edit this form o...
asked by 30.08.2016 / 21:03
1
answer

Get the next input after an input (object)

I want to get the object of the 2nd input. Since I have more inputs with class 'check-date2', I want to get the element immediately after the first. HTML <div class="form_line"> <div class="column-50">...
asked by 30.08.2016 / 13:35
1
answer

alert system with jQuery

I'm trying to set up a custom alert system with jQuery. It works perfectly, but I always have to forget the div in HTML. Is there any way for jQuery itself to do this? It is possible to just call the Alert.show('Alert Modifixxxxcado', '...
asked by 31.08.2016 / 16:32
1
answer

How to change the position of an html element with javascript?

I want to make the following position change, I have a div and inside it other div's for example: <div class="div-principal"> <div class="div-1"></div> <div class="div-2"></div> <div class="div-3"&g...
asked by 31.08.2016 / 22:34
1
answer

Vertical slide with scroll and fade and parallax

I wanted to make a slide just like this one: link , where information is divided vertically and when scrolling down it changes the image and the info. Can anyone give me a light for this? Thank you     
asked by 25.10.2016 / 11:49
1
answer

Automatic image upload without refresh

Colleagues. I want to implement an image update on my system, as it happens on facebook, where we click on the existing image and select the desired image from our computer and the image is automatically updated without the need to push a but...
asked by 24.10.2016 / 14:57
1
answer

Upload photos with preview Javascript / Ajax

Hello, I'm doing an administrative site, this site will have the option to upload photo, the user could upload up to 3 photos. My idea was to make facebook type, where you click and add the photo of the post, the problem and what I wanted as...
asked by 12.09.2016 / 20:34
1
answer

Function to rearrange values in a group of 5 fields of a form, using jQuery

I have 5 fields of a form and I would like, through a function, to rearrange the values of them by having the first fields filled and the last ones empty, according to the existing values in ascending order. > For example: HTML: <input...
asked by 14.09.2016 / 15:54
1
answer

Use html attribute as javascript variable

I'm developing a PHP system that uses an extension for dynamic forms, where I can click a button to add fields (EX: A request can have multiple items, where items are fields added dynamically). The extension I use (I do not think it is necess...
asked by 13.09.2016 / 19:46
1
answer

Fixed navbar doubt on top with Bootstrap

When I add the "navbar-fixed-top" class it "eats" 50px of the page, I use navbar, links, to divs and whenever a link is clicked the first 50px are underneath the navbar, what I want to do is prevent these px from being under the navbar when the...
asked by 13.09.2016 / 20:00