Questions tagged as 'jquery'

1
answer

Overwrite table data with DataTables

Every time I make a change in the select, it calls this function, it picks the id of the selected tax and searches for the (daughters) tax rules, I need to update the table every time it changes. DataTables warning: table id = imposed rules - Ca...
asked by 24.12.2018 / 13:53
2
answers

Sort by name in alphabetical order

I have some entries that have the option to filter alphabetically by name .. I enter these entries through append like this: $(".listagem").append( '<div class="row" id="corpo-cartoes"> <div class="col s12 m7" style="width...
asked by 17.12.2018 / 12:40
1
answer

Ajax, JQuery Records Duplication

I have an HTML page to confirm items for a goods transfer. In it, jQuery, AJAX is used with the option async: false and VRaptor. I did the following test: I created a multi-item download. After downloading, I went to the confi...
asked by 27.05.2014 / 20:06
1
answer

Is it possible to get the color of a pixel in a gradient element?

Imagine that I have a div element with the following CSS: .minha-div{ width:100px;height:100px; background:linear-grandient(45deg, orange, red); } Is it possible that when I hover over this div , it tells me the color o...
asked by 02.06.2014 / 18:25
4
answers

Phone and CPF masks in TextField

How can I put phone and CPF masks in text_field ? In app / views / layouts / application : <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.maskedinput.js">&l...
asked by 06.03.2015 / 03:52
2
answers

Quit get request as soon as you start another

In my ecommerce has a search field. As the user goes typing, it returns a list of products in a div below the search field. this is 100% In the label I put an onkeyup that performs a function that searches the product list and displays. this...
asked by 12.03.2015 / 14:14
1
answer

How to load plugins already configured after page load by ajax

I have a page that has a form In this way, it contains some inputs, which have classes, eg: <input type="text" class="datepicker"> <input type="text" class="marcara-cpf"> And the configuration of some of the plugins is...
asked by 07.03.2015 / 15:24
4
answers

Creating elements with jQuery

How to create elements with jQuery ? I'll try to explain ... I have 2 screens, card registration and card display . For each registered card, I send it to the server and insert it into the internal database. So far so good....
asked by 03.10.2018 / 22:11
1
answer

Using Regex in switch in jQuery

Well, I have a question here and I do not know if it's possible to do what I want (I think so). The question is, do I have a switch (link) and follow example of cases (example link): case " link ": break; case " link ": break; case " li...
asked by 07.03.2015 / 00:18
1
answer

Conflict with prototype

I have a question that is ending my nights .... I use the magento version 1.9 .... more when I installed the ecomdev module to do the freight calculation on the product page it informs me an error clicking on calculate freight ... Uncau...
asked by 10.03.2015 / 18:57