Questions tagged as 'jquery'

1
answer

Time mask with iMask

I'm using this Jquery plugin to format masks but I can not do the same to work, even religiously following the existing example , I tried this by changing an existing format for my case: $(document).ready(function() { $('#dHora').iMask(...
asked by 04.08.2015 / 23:47
2
answers

Delete selected input from an array with jquery condition

I'm having trouble removing selected inputs from various inputs. I have the following code: $(document).ready(function() { var btnremoveimg = $('.remover-img'); btnremoveimg.click(function() { $(this).parent().remove();...
asked by 20.08.2015 / 15:03
2
answers

percentage calculation jquery [closed]

I have this code and put it in jsfiddle to make it easier to understand link It calculates percentages by adding the value of the purchase price and places the result in the sale price. it works if I put a whole number in the purchase pr...
asked by 03.08.2015 / 17:50
1
answer

Read XML within Textarea with Jquery

Good afternoon. I have a normal HTML page and inside it I have a textearea with an XML of the same page. As you can see in the image below the XML is inside a textearea. I need to read and use his data with Jquery or JS. My url looks li...
asked by 29.03.2016 / 21:12
1
answer

Create a single change function for multiple CSS selectors in Jquery

Use the function below to add CSS classes (blue, red, pink ...) in a ".container" DIV from a select "#selcolor". Is it possible for me to use this same function in other select tags with different IDs? In this case the classes (blue, red, pink ....
asked by 28.03.2016 / 05:52
1
answer

How do the menu go to the top using Bootstrap?

I see on many sites like this that when you start scrolling the Menu goes to the top and when it is in top it stays in its place of origin (As if it were floating). How do I apply this effect?     
asked by 16.09.2015 / 05:28
2
answers

Popular table using Json

I'm having trouble populating a table in my code cshtml . I'm new to ajax and I'm not fully understanding what I need to do with the data that came from the bank. Here is my code: Code cshtml : <div><table id="data...
asked by 18.09.2015 / 20:08
2
answers

Jquery search for input containing specific text

What selector jquery that I use to search all inputs that contain specific text, for example I have several checkbox with different texts, then CA type and it searches all% with text containing CA, after that I will only display th...
asked by 14.09.2015 / 20:53
2
answers

Menu item active but no longer works as a link

A basic question about JQuery more intriguing. The 'li' active menu. This logic I used works. However, the 'a' tag loses its main feature which is a link to the other pages. <html> <head> <style type="text/css"> li.ativa...
asked by 22.09.2015 / 18:35
2
answers

How to use table in Banner JQuery?

Is it possible instead of using an image, use a table in a Banner Slider? And how to disable Banner's automatic transition?     
asked by 09.06.2015 / 21:26