Questions tagged as 'jquery'

2
answers

Problems with PreventDefault () and windows.location, load the page

simplifying the code a bit because it is very extensive I have this html <div class="quantity buttons_added"> <input type="number" size="4" class="input-text qty text" title="Qty" value="1" min="0" step="1" name="cant...
asked by 09.08.2016 / 12:22
1
answer

show GIF image with jQuery

the following code is to validate a logeo $(document).ready(function(){ $("#login_a").click(function(){ $("#shadow").fadeIn("normal"); $("#login_form").fadeIn("normal"); $("#user_name").focus(); });...
asked by 06.04.2017 / 23:46
2
answers

Assign "data" attribute to button with jquery

I'm using php, mysql and jquery. I have an ajax function that takes a value data from the properties of a button when I click on it: <button data-user="12345" id="btnbusca" name="btnbusca" class="btn btn-primary input"></button...
asked by 15.07.2016 / 17:28
3
answers

Send checkbox as fix in ajax and process it in PHP

I have a problem when sending the value of several checkboxes through ajax. For example I have: <input type='checkbox' name='ids[]' class="checkBoxGroup" value='1' /> <input type='checkbox' name='ids[]' class="checkBoxGroup" value=...
asked by 18.05.2016 / 18:46
1
answer

HREF JQUERY CYCLE [closed]

I need a cycle in jquery where I am referencing different pages and the variable is increasing. Example setTimeout(function(){ <?php $b=1; ?> location.href="paging.php?page=<?php echo $b?>" <?php $B++?> } , 2000)...
asked by 22.05.2016 / 23:03
2
answers

List Dropdownlist dependent or Married - Visual.Net -MVC

I would like to know how to use dependent Dropdownlist, for example that the CITY depends on the REGION, and that of the COUNTRY. I am currently using this way of working when listing a dropdownlist: In the controller;      Function Update...
asked by 12.07.2016 / 03:14
1
answer

Access a jQuery Object saved in a variable

I need to access the jQuery Object that is saved as a editor parameter and I do not know how to do it. Can someone explain to me what I'm doing wrong? (function ($) { var test = { config: { editor: $( "#wp-content-wrap" )...
asked by 29.05.2016 / 14:56
1
answer

Disable button

I want to click on a h:commandButton that is within a modal of bootstrap disable a button that is inside a panel. I tried to do it with
asked by 07.05.2016 / 22:36
3
answers

jQuery AJAX take value from a list and pass it to an object

I have the following @Html.DisplayFor , how could I take the ID and pass it to an AJAX object? @Html.DisplayFor(modelItem => item.Regla, new { id = "reglaid" }) <div class="form-group"> <div class="col...
asked by 19.01.2016 / 16:42
2
answers

How to view user profile?

Veran I have an autocomplete textbox, which is autocomplete when I'm writing from a database (Mysql). Well I want you to help me is to select the ID of those elements and go to the profile of each user that I select. PD: They tell me that I h...
asked by 08.09.2016 / 04:23