Questions tagged as 'jquery'

1
answer

How to remove alert from "Uncaught RangeError: Maximum call stack size exceeded"

I have a .js file on my site where I put some effects and everything. The problem is that you are acknowledging an Uncaught RangeError: Maximum call stack size exceeded alert and I do not know what it is. Is it a code error? Because a...
asked by 09.04.2015 / 15:56
2
answers

Get values from selected checkboxes and their respective prices

Well, I'm developing an online ordering system, initially just for learning purposes, but I came across something that I have no idea how to do and would greatly appreciate any kind of help. In the products.php page I establish two connection...
asked by 10.04.2015 / 13:17
1
answer

jQuery resizable () does not drag panel-footer

When I apply the resizable in the panel and drag down, the footer does not come with the panel. Any way to solve this problem? The code is as follows: <div class="panel panel-default" id="resizable"> <div class="panel-body...
asked by 28.12.2015 / 10:19
1
answer

Change Dynamically Bar Percentage

I have this bar percentage and wanted to dynamically change the value of it just that I am not getting it. Barcode<script>$('.bar-percentage[data-percentage]').each(function(){varprogress=$(this);varpercentage=Math.ceil($(this).attr('d...
asked by 28.12.2015 / 13:35
1
answer

Validation configuration in dynamic fields with groups

Scenario: The client today has a place in the system, specific to register fields for a process that will be automated, these fields that are registered can be (selects, checkbox, radio, textarea and text) fields linked to an activity of this pr...
asked by 18.12.2015 / 13:40
1
answer

Return in each getJSON - Jquery

I would like to know the following how do I give return in a function created by me in a situation below. For always returns undefined object, but when I give an alert it returns the normal object. function jjson(url){ var result...
asked by 30.04.2015 / 21:43
1
answer

Cors request for webservice

I'm trying to submit a form via POST to a WebService but I'm having the following problem:    In 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had...
asked by 26.04.2015 / 15:36
2
answers

Make Tooltip appear when clicking inside the input

I have the following problem. I have this js code: // Tooltip $("#sel-tooltip").select(function startTooltip(){ $(function() { $('.tooltip-icon').tooltip({ placement: 'top', title: 'Sinta-se em casa!' });...
asked by 17.04.2015 / 09:09
2
answers

Enable button event when pressing key on keyboard

I'm developing a calculator, and I need when the user presses the enter key as if he was pressing the igual key. The calculator is within form , so I use this code to disable Post of form . <script>...
asked by 16.04.2015 / 20:49
1
answer

How to replace script tag data with jQuery?

I am trying to replace a certain value inside a HTML parseado , using the following function I can replace values that are inside tags inputs, css and etc: $('input[value="/services/CouponTemplate.mvc/GetCoupon"]').attr('value', function...
asked by 12.05.2015 / 08:21