Questions tagged as 'jquery'

0
answers

Accentuation in jQuery

I need to mount a link via Jquery with words that have accentuation (treated > removed accent), but I've tried the various functions of removeAcentos available here + encodeURi, decodeURI, and did not work. The word gets a black question mark...
asked by 21.03.2018 / 15:57
0
answers

Unable to compare string value received via AJ

I'm having trouble comparing the string in the success function in an AJAX request. AJAX Method: $(function () { $('.error').hide(); $(".form_submit").click(function () { $('.error').hide(); var email = String($("input#email").val()...
asked by 21.03.2018 / 13:19
1
answer

How to make two different selections

Good afternoon guys, I am developing an application where the user will have a number of numbers, for example from 01 to 20 and he should make two selections, 3 red numbers and 5 blue ones. The first selection will mark the red numbers and the s...
asked by 12.03.2018 / 17:43
0
answers

PHP / jQuery Session Control

I'm creating a system where I have user groups with specific permissions. I need to do a session control at the time of login, storing the user's permissions on session variables so that they are available on all pages, to see what resources and...
asked by 13.03.2018 / 12:27
0
answers

Pull Only one data within a Modal

Personal I need your help. On a page cshtml I made foreach where I pull all the data I have in a table, along with the values that have in it, as you can see the picture below. Hereismyforeachbelow.@foreach(variteminModel){varIdCentro=100...
asked by 15.03.2018 / 14:46
1
answer

Collapsible option of Materialize does not work correctly

I'm using the Materialize Framework to display a list. This list can be expanded, but only works after reloading the browser several times with CTRL + F5. When I load directly into HTML, it works, but when I load the list into JavaSc...
asked by 11.03.2018 / 16:54
0
answers

How to insert multiple items in the cart and increment / decrease the price in jQuery

Good to everyone I'm doing a shopping cart and want to add more items to the cart and update the total price. The structure of the cart is made in a table. Will I have to generate more HTML to add more items? I'm only putting one item at a...
asked by 17.03.2018 / 01:33
1
answer

Problems with events in dynamically created elements

My intention is: A listing where you can add <div> and delete the divs added with a "button" inserted in each div . The page already comes with a fixed% inserted divs that are the same as those that will be added....
asked by 16.07.2014 / 03:58
1
answer

Run ajax on page with more than one form

I have this Ajax code that makes the request for a PHP file, when there is only one form on the page, it works correctly. How do I work when I have more than one form? JS that works $(document).on("submit", "#quitar_debito", function...
asked by 16.03.2018 / 21:07
0
answers

Upload and display on-screen loop-time with PHP, Jquery, AJAX, javascript

I want to upload an array and at the same time I want to show each file that has been "upado" in a loop, at runtime of the loop, so that the page can not refresh, then load the files on the screen. I'm looking for not only a way to do this, but...
asked by 20.03.2018 / 20:39