Questions tagged as 'jquery'

2
answers

Mask field Percentage and money using only number?

I have a html page made for mobile, I would like to put 2 types of masks being% Percentage and R $ Money but I need this field to be type="number" to show the numeric keypad of the cell phone . I already downloaded several masks and none could...
asked by 28.03.2016 / 23:19
2
answers

Get radio button value via jQuery and set to an input text

Good evening, I'm with a RadioGroup that gives me three values: PM - Less Weight (The lower weight between the Outgoing Weight and Arrival Weight); PS - Output Weight; PC - Arrival Weight; The system must take the value of the PptMotorista...
asked by 22.03.2016 / 00:17
1
answer

Save selected colors even by going to another page

Any idea how I can have 2 (options) arrays with styles to change the colors in specific places of the site (for example change 3 classes: .header, .footer, .sidebar), but keep the option in which the user clicked even when he went to another pag...
asked by 06.05.2016 / 21:54
1
answer

Replace accents and keys

I have a problem in javascript I make a window.open() with a string the problem is that if the string has accents or cedillas gives error, someone knows a way to replace the accents or cedilhas by letter without accent or cedillas?    ...
asked by 16.05.2016 / 18:27
1
answer

How to adapt this code to different screens

I have a problem using a vertical slider , the Swiper Slider I'm using the < in> MouseWheel control . My problem is this, since it's a vertical slider , I need to set a size for height , so I can not make it responsive. Example:...
asked by 22.04.2016 / 21:09
1
answer

Two functions on a button

I created this answer to a question, it works perfectly, inserts into the database and everything. I only wanted one thing, when I pressed this button, it saved the database, but also went to another page where you have another question. if ($...
asked by 22.04.2016 / 03:52
1
answer

Problem clicking the button, called ajax

Code: <button id="click" class="button"></button> <div class="TableCSS"> <table id="clickvent"> </table> </div> $(document).ready(function(){ $("#click").click(fun...
asked by 11.04.2016 / 19:11
1
answer

Get dynamically created parent and child child element

I have the following question: I create several id and class dynamically. What I need is when I click on the parent id the child receives a toggle. Super parent receives via append the divs. When I click on "press" the 39 daughter (of 3...
asked by 07.04.2016 / 15:41
1
answer

problem with javascript inputs do not call the function?

I have a problem in my code, I needed to do a search field only that I came across a problem the input field ignores the javascript and jquery function and in the case of the inputs submit nor refresh the page my code is as follows: / p> // pa...
asked by 09.03.2016 / 14:02
1
answer

Fill a ListBox with data from checkBoxes

I'm having trouble populating my Listbox, I can populate the Listbox with the checkboxes values of the not with the corresponding Labels. I'm running short of how I'm going to do this. The checkboxes list is populated with jquery, in the foll...
asked by 19.04.2016 / 19:03