Questions tagged as 'jquery'

1
answer

Is there any way to match these JQuery values in C # MVC?

I have a view in MVC which when clicking on a button I must return to a previous view, obtaining the values of method, controller and form to which I will redirect, I already get the values but I do not know how to assign them in the @Url .Actio...
asked by 20.02.2018 / 22:50
1
answer

Show and hide several DIVS

I am developing a small application with HTML, and I have run into an error. I have the following div that act as buttons: $('#load').click(function(){ alert('Si entre'); var identity = $(this).attr('data-related'); con...
asked by 21.02.2018 / 05:11
0
answers

Problems with the construction of php strucutura for wordpress / Wp_query

Hi, I'm putting together a zero themes for wordpress and I have an inconvenience with the call of some news that I bring from a file / single that I have to show in the home, the problem that I am solving badly is that every time I update the si...
asked by 21.02.2018 / 12:20
2
answers

Change elements of a select

I have a select with options where some names come out in English. I'm trying to go through it and change it using JQuery. But I can not do it ... Some help var length = $('select[name=day]').children('option').length; for (i=0; i<le...
asked by 18.02.2018 / 20:30
0
answers

Autocomplete field in add field js

I am working on a project to enter and exit materials from a warehouse, so it is necessary for the person to enter or remove several things at the same time. that issue I could solve with an addfield js, he added a select, with the list of mater...
asked by 17.02.2018 / 15:34
1
answer

Spring maven Webjars loads css bootstrap but not jquery or js

I have the following pom file: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h...
asked by 15.02.2018 / 18:20
1
answer

Dynamic slideshow with php and AJAX

I'm creating a gallery system with slideshow for products, the idea is that each product uploads its slider collecting photos from the database, the theme is the following, when I enter manual everything works perfect but for some strange reason...
asked by 15.02.2018 / 02:49
1
answer

Problems with Ajax in jQuery?

$(buscar_datos); function buscar_datos(consulta){ $.ajax({ url:'Ivt.php', type: 'post', data:{consulta: consulta}, }) .done(function(respuesta){ $("#datos").html(respuesta); }) .fail(function(){ console.log("error"); }) } $(do...
asked by 15.02.2018 / 03:09
0
answers

Wordpress User Administrator

I am editing the WordPress code to add a file upload button but it does not save it in the database, where could it be modified to save it in the database?, modify the edit-user file that comes with WordPress and just add the buttons to upl...
asked by 13.02.2018 / 15:45
0
answers

Problem to execute the scripts

I'm calling a JSP from a servlet, when running everything works fine, but the scripts do not work. I am calling the jsp in the following way: RequestDispatcher rd=request.getRequestDispatcher("Registro.jsp"); rd.forward(request...
asked by 13.02.2018 / 15:52