Questions tagged as 'jquery'

1
answer

How do I make Jquery Mask not accept numbers?

I'm getting a data that would be the first three digits alphabetic characters and the other 4 numeric (A vehicle license plate). I saw in a site that to receive only letters in Jquey Mask, just use the "A" Example: $('.placa').mask('AAA-...
asked by 25.05.2016 / 21:24
1
answer

How to send data to the database, compare and display the site?

I'm doing a site where I will add the section "My ideal skateboard", where the user will enter their name, email, age, height, style and experience (beginner, intermediate or professional). best skate style according to the profile. My questi...
asked by 06.04.2016 / 21:21
1
answer

Conflict $ between scripts

I'm trying to use these two scripts: link link But I use jQuery and Prorotype on the same page, and to avoid conflict between them I put this code $JQUERY = jQuery.noConflict(); It works fine, but I can not adapt these two sc...
asked by 01.05.2016 / 17:20
1
answer

Send data from a form to a modal window

I am developing a simple form and when submitting the form, instead of sending it to another page "result.php", I would like to open a modal window using the bootstrap, to show the summary of this post and it is possible, a link to copy the resu...
asked by 02.03.2016 / 21:00
1
answer

Make a really responsive menu

I have a menu with several divs in it with content, this site I'm developing the client will have access to edit and delete elements you want from the site, so these items from the menu must always be in the middle, but I can not do the jQuery m...
asked by 12.05.2016 / 21:16
3
answers

currency mask jquery

In my xhtml I have 2 input value 1 and value 2. The first input perfectly works the jquery currency mask. More in the 2 input that is in a modal the currency mask is not working. currency function function configurarMoeda() { $(".moe...
asked by 13.05.2016 / 03:22
1
answer

How do I pull the selection from a dropdownlist using jQuery?

I do not have much knowledge of jQuery, I would like to know how to get the selected attribute of the dropdownlist using jQuery?     
asked by 11.05.2016 / 17:28
1
answer

How to do a serialize of a certain part of the form?

I have a Togglable tabs and would like to serialize the data only from the current index or the active of the tab. This form is "global" so to speak, and this tabs stays inside, an example of this would be: <form> <div c...
asked by 24.02.2016 / 19:59
3
answers

How to delete a DIV if there is a word in another DIV in jQuery?

I'm trying to do the following condition: $(document).ready(function() { if($("#content .productName").html().indexOf("JBL","Oversound")==-1) { $("#pague-so").hide();} }); In this case, I want the div # pay-so to be hidden if the div .prod...
asked by 23.02.2016 / 13:55
1
answer

How to use the bootstrap collapse in this dynamic page?

I have this screen to insert images in the system, the part of the insert works correctly, but I want that when clicking on an image, the edit button appears in the image, and if I click again on that image, this collapse of the bootstrap, and I...
asked by 12.03.2016 / 03:19