Questions tagged as 'jquery'

1
answer

start with 9 in front with jquery

I have this code that gives me the phone mascara, but I can not make the input already start with 9 in front, preventing the user from erasing it, making it mandatory. Does anyone have an idea what to do? <script> if (opt == "Celular...
asked by 26.03.2018 / 15:31
2
answers

Email validation with password with jQuery

I need to give you an alert when I give "all right" on my form. The situation is that I need to check without the email having "@" and "." and also along with this if the two password fields have equal values. Here's the code. $("#passo2_cad")...
asked by 24.04.2018 / 20:37
1
answer

Return only the one containing the search in the tree

Good morning, I have a tree that has several subjects and subassuntos and in the tip I have the requirements. When you perform a search in the tree, it opens whole and shows what the search contains. However, I would like it to return only the o...
asked by 22.03.2018 / 15:25
1
answer

how to block an action in a form

I have a form and it executes an action , however I have a query to check if there are users in the database. I would like to know how I block the action when there are users. Form: <form onsubmit="return asd()" id="gform" method=...
asked by 19.03.2018 / 13:17
2
answers

How to remove divs from a list of images with jQuery?

I created divs using: $('.images').find('img').replaceWith(function () { return '<div class="resize">' + this.outerHTML + '</div>' }); Output HTML: <div class="images"> <div class="resize"><img src="...
asked by 17.04.2018 / 16:46
1
answer

Hide divs when the mouse is out?

I have such a structured code <?php $p=0; $delay=0; while($p<=16){ $p++; $delay+=0.2; ?> <div class="column wow fadeInDown" onmouseout="outside(<?=$p; ?>)" onmouseover="inside(<?=$p; ?>)" data-detail="<...
asked by 23.03.2018 / 20:13
1
answer

Shopping cart - Product contactor alert within the same

Is there any jQuery plugin that does this kind of work in the shopping cart icon?     
asked by 02.04.2018 / 16:04
1
answer

How do I change the places reservation in mobile

I used jQuery-Seat-Charts to make a layout and place reservation, the problem is that when it's in mobile I wanted it another way. On the desktop it looks like this: map: [ 'a[,4]a[,8]a[,12]a[,16]a[,20]a[,24]a[,28]a[,32]a[,36]a...
asked by 15.03.2018 / 11:22
1
answer

get jquery autocomplete value for dynamic online calculation

I need to get the value returned from autocomplete to make a sum in a dynamic list of products, since it already calculates value and quantity and now I have to insert a new column "MEDIDA" and it is necessary to remove the letters and pi...
asked by 29.03.2018 / 23:11
1
answer

Edit group and real-time file

I want to develop for a client where he will select a group of employees and everyone can edit a file via web. He wants style as it does in Google Drive Docs, where the person types and the other person who is on another computer can see it in r...
asked by 29.03.2018 / 21:22