Questions tagged as 'jquery'

1
answer

jQuery function stops working after Ajax search

I made a system in Codeigniter that does real-time search. In my search, I send the parameters via Ajax to the controller and I make the query. I put all HTML for a view. Then I get all the HTML of that view through ajax and feed my page repl...
asked by 19.11.2016 / 20:30
1
answer

Dynamic Combobox with Codeigniter 3

The basic idea is similar to the combobox of states and cities , that when selecting a state, the next select returns the referring cities. In my case I can not list these fields in the second select (which would be equivalent to cities)....
asked by 07.10.2016 / 21:59
1
answer

Find the first tag after a class name and change it with jquery

I would like to identify the first class='active' in my html and after adding a value in the class of element <ul> next, but only of the first element <ul> My HTML <aside class="navigation">...
asked by 26.10.2016 / 18:58
1
answer

Register with Jquery with error

Look here again, it costs me to come here, but when I reach my limit, I'm obliged, I need your help, I'm trying to register with JQUERY and PHP, but he always registers it even with all the blank registration. Look at the codes: PHP if((i...
asked by 16.11.2016 / 05:48
1
answer

validate 2 recaptchas on memsa pagina por ajax

Talk galley blz? I need a help I implemented 3 recaptchas on the same page. <form id='form1'><div class="g-recaptcha" id="Login" data-sitekey="minhakey"></div></form> <form id='form2'><div class="g-recaptcha"...
asked by 16.11.2016 / 00:42
1
answer

Lock the body scroll up to a certain height

Good afternoon guys, my problem is this: When I open the mobile menu of my site, the height of the scroll remains large (the total size of the page). And I can not add 'fixed' position in the body because my menu has a height greater than 100...
asked by 14.11.2016 / 17:53
2
answers

Creating a button with ajax and making it run php

I have a button that every time I click my page it updates. $btn_add='<a class="btn btn-success" href="cart.php?plus='.$id.'"><i class="fa fa-plus fa-lg" aria-hidden="true" add_btn></i></a>'; $btn_remove = '<a clas...
asked by 26.09.2016 / 15:32
1
answer

Dropdown dynamic menu html

Hello, I have this page in html and I would like to know how I can do it so that when changing the chosen item in the dropdown menu, the html fields change. <fieldset id="fsItem"> <legend>Item &nbsp;&nbsp...
asked by 25.09.2016 / 21:09
1
answer

Sub-menu effect with jquery

I'm trying to set up a menu system with a sub-menu in jquery, but when I click on a menu, all the sub-menus open, how do I solve it? $(document).ready(function() { // Fecha Sidenav $("#Close_Sidenav").click(function() { $('#...
asked by 16.12.2016 / 18:33
1
answer

Limit the value of TextBox by taking into account the sum of its values

I have the following table in which are included 3 textbox's corresponding to percentages, which I realize is that when the user inserts the values in the first 2 TextBox's, the 3rd value appears with the remaining amount of the subtraction of 1...
asked by 17.12.2016 / 17:50