Questions tagged as 'jquery'

0
answers

How to get only the value of the year using jquery and datapicker?

Good morning, I'm doing an exercise that I have to get only the year value that the user chooses using Datepicker, and then I have to show only the year that was typed.     
asked by 30.06.2016 / 15:34
0
answers

How to make a search HTML code equal to AIRBNB?

I would like to know how to make the search engine appear the place with to make a place filter and the side had check in, check out .. exactly the same as airbnb, tried that way but it did not work: JS: $(window).ready(function(){...
asked by 30.06.2016 / 21:01
3
answers

Capture text inside a td via jQuery

How do I get hold of the value (R $ 11.20)? <td class="monetary" databind = "text: value label, visible: $parent.isShippingKnown()">R$11,20 </td> It did not work, and it has this other structure, I need only the text: "$ 8.62 -...
asked by 26.07.2016 / 02:46
1
answer

Add class to multiple elements, one at a time in Jquery

I have a problem in the following code: $("button").each(function(index){ // add the class setTimeout(function(){ $(this).addClass("varrimento"); }.bind(this),index*5000);...
asked by 27.07.2016 / 12:52
1
answer

Resend form and validate again after validation failed

Hello, I have a form in which all fields are being validated by jquery, however when the validation fails and it shows the messages I can not resubmit and it always shows me the error message Follow the form below: <form role="fo...
asked by 26.07.2016 / 18:35
1
answer

How to print a redirected page?

In my case, there is the home page, in it you have the options to enter the post and to print the page of the post, without having to enter the post. Like if you went into a page and printed it.     
asked by 27.06.2016 / 17:22
0
answers

$ _POST of dynamic variables

Hello, I'm having trouble retrieving for $_POST after submitting the form values for dynamic fields added with jQuery . I'm getting the selects of the same line popular and everything is working, the big problem is: When I try to...
asked by 29.06.2016 / 19:43
1
answer

how to create a slidershow for content

I have a question, I'm sure that some sites have adopted a slide show with image and titles where after a certain time passes to the next slide wanted to do the same as the site of g1 tecmundo also uses this someone would know where to start or...
asked by 31.07.2016 / 22:40
2
answers

Mask Jquery does not work

I'm trying to use jquery's mask, I'm going to use it < input > added by javascript by the action of selecting a < option
asked by 30.07.2016 / 01:50
1
answer

Input Text similar to google drive file sharing

Hello! I would like to know how to make my text field look similar to the one in the image. I need to get the bank values and leave them that way when selected. It already works with jquery autocomplete, I just need to do this to finalize...
asked by 22.07.2016 / 15:02