Questions tagged as 'jquery'

1
answer

Clicking Link Inside Clickable DIV

In the code below you are demonstrating a% clickable% in case it is mobile . When full has an icon that appears within div when hovering the mouse, div . HTML <div class="item" data-filter="{!! $prod->id_categoria !!}"...
asked by 14.01.2016 / 12:59
2
answers

Space Lock with REGEX

My code for blocking characters looks like this: $('#rg').on('keypress', function() { var regex = new RegExp("^[ 0-9]+$"); var _this = this; // Curta pausa para esperar colar para completar setTimeout( function(){...
asked by 02.12.2015 / 17:52
1
answer

.click function being executed twice

I have a $ (".btn-buy") .click () function that, when I click it, it runs twice. I can not solve the problem. I've researched the whole code and it has no duplicity. What can it be? Function: $(".btn-comprar").click(function () {...
asked by 18.06.2016 / 23:58
1
answer

Problem with mask on form

I'm using the Masked Input Digitalbrush plugin to format my phone field in the form, so I tried this did not work, can anyone help me? <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></s...
asked by 16.06.2016 / 21:23
2
answers

Select options line break that contains a very large value

Is it possible to break the line of a very option ? ex: <select> <option>texto muito extensp<br/>restante do texto</option> </select>     
asked by 20.10.2015 / 21:21
2
answers

How to check / uncheck checkboxes by column using JQuery

Here in the company we are doing a plant management. The apartments / units that have the same end (eg Apt 1, Apt 11, Apt 21) and so on, are one underneath the other in the construction and for that reason the plant attached to them is the same,...
asked by 14.10.2015 / 19:43
1
answer

Fix footer when user scrolls to element

I'm doing a landing page that has a footer between sections, and when the user scrolls to that footer it should be fixed at the bottom. I tried to use scrollToFixed but it behaves like a header, fixed to the top. Can you change this plugin...
asked by 05.10.2015 / 15:27
1
answer

Link select does not work?

Hello everyone, good afternoon! I have the following code, which I need to form a link at the end, and display the page filtered for the client, but the link always falls in the first ID, which in this case is: Agrale. My question is: How...
asked by 05.10.2015 / 18:30
1
answer

Check 'brother' checkbox with jQuery

I have two checkbox different in the same column of the table, but both have different names and values. <td align="center"> <input type="checkbox" id="chkSiapeServidor" name="chkSiapeServidor"/> <input type="checkb...
asked by 29.09.2015 / 00:07
2
answers

Jquery consuming Web Service Rest

I would like to list the json's ceps, follow it: [ { "id": 1, "nome": "Hospital Da Mulher", "cep": "60508090" }, { "id": 2, "nome": "Hospital Maria jose", "cep": "2" } ] And this is where I'm calling you:...
asked by 30.10.2015 / 02:35