Questions tagged as 'jquery'

1
answer

Regular expression of monetary value

Hello, I have the following function function CarregarMascaras() { $('[data-mascara=numeroMonetario]').keyup(function () { this.value = this.value.replace(/[^0-9]+[^\,]?[^0-9]+/g, ''); }).on('paste', function () { this.value =...
asked by 25.07.2016 / 22:26
1
answer

button does not seem to be in DOM

Good night, I have a jquery table where in a column I return a button { "data" : 'sla.value', 'render': function ( data, type, full, meta ) { return ' <button id="show" type="button">Click</button>'; } After closing the });...
asked by 24.07.2016 / 00:56
1
answer

Clicking on the "Show more" button only has 1 more result

I made a list in which initially 6 elements appear and when you click on a button 4 more appear. The database only has 10 elements. The code is: <div class="row"> <?php $query=mysqli_query($db,"select id_al...
asked by 05.05.2016 / 13:27
1
answer

Edit html + php + jquery items

I have to edit a record series, they are listed in a table (see): Hereistheimageformabove:<divclass="control-group"> <table class="table table-bordered "> <thead> <...
asked by 29.09.2016 / 16:26
2
answers

How to display element by mouse inactivity? [duplicate]

For example, the user enters the page and, while not moving the mouse after a certain time, an element appears.     
asked by 20.04.2016 / 18:40
1
answer

E-mail evaluation

I have a problem analyzing email in a form of register, what I would like to do is that once the user enters his email in the email field, the site already evaluates the email in the database to know if he is available to register....
asked by 20.04.2016 / 17:48
2
answers

fill select field when opening javascript / jquery page

Hi, I already received a lot of help when I needed a select field to fill in automatically in this post here: fill javascript / jquery select field It's working perfectly well, but now I need to open a page where the select field is already...
asked by 21.05.2016 / 00:07
1
answer

Bring DB data with javascript

Hello! I have a MENU and a submenu within each item of this menu. Every time I click on a menu item, it opens a sub-menu (concert effect). Is there a way to do select within the database and work with the result of these select, within...
asked by 08.04.2016 / 22:33
1
answer

Transmit information between html pages with jQuery?

Good afternoon person, alright? In my project, I have a list of properties, all different from each other. When clicking on any of them, you should open a detail page with unique information about the property clicked. The problem is communic...
asked by 06.06.2016 / 22:51
1
answer

Check if an ID exists on a data-list

I'm doing a crud ajax where user chooses a result coming from a data-list to be added to a table (html). data-list <div class="list_details"> <ul> <li id="valor"><img src="..."><p>Nome</p...
asked by 19.05.2016 / 18:39