Questions tagged as 'jquery'

2
answers

reset Datepicker and select multiple with JQuery

I need to reset two Datepicker and select multiple Bootstrap when I finish doing some processes on the form, but I have not succeeded, how can I do that? My HTML code is this: <%--/*fecha inicial*/--%> <div class=" col-sm-3...
asked by 04.05.2018 / 19:08
3
answers

Convert plain text to HTML

You can help me with the next problem I have. I have some text that can be modified within a div , what I could not achieve is to create a function that returns something like the following: <div><p style="font-size: 14px;"&g...
asked by 04.05.2018 / 17:29
0
answers

how to modify action form? Django

I have this form in a template: <form method='POST' action='{% url "proceso-compra" object.slug %}'> {% csrf_token %} <span>TALLA </span> <select name="talla" id='id_t...
asked by 30.04.2018 / 08:42
1
answer

How to change the text of h3 from asp.net, I do it in the manner of the description but it does not work for me?

The code is the following codebehind as well as the designer, the idea is to change the text of the h3 when changing the radiobutton selection, but it does not execute the jquery code the text remains in Add New Product / Service and does not ch...
asked by 23.04.2018 / 17:36
0
answers

How to update the view data after editing (Asp.net core mvc 2)

Data Access code to edit using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.Entity.Migrations; using BusinessModel.Models.SISPROD; namespace BusinessModel.Data...
asked by 24.04.2018 / 16:22
0
answers

cancaten two datetime variables in a URL with ajax?

I want to concatenate two datetime variables in a URL with ajax and I do not know how to structure the url, if someone can help me please leave a portion of the code I'm using ... <script> function cargarData() { var dato...
asked by 22.04.2018 / 03:00
1
answer

Start query mysql in imput text when it is active and reference it if id

I'm still trying to perfect my form with the auto-completion feature. The code I have so far works through the keydown option and would need to start the query to mysql when the user of the focus to the imput text that is assigned to the quer...
asked by 29.04.2018 / 22:12
0
answers

Problem with tooltip created with css and jquery datatable

I'm creating a tooltip so that when I put on top of the text of each cell of a datatable, I'll see a tooltip with that text but the long version, and the datatable is not leaving me. It shows me the tooltip but it shows it to me inside the cell...
asked by 19.04.2018 / 06:17
1
answer

AdminLTE, get width of an element using the "pushMenu" plugin when using "collapsed / expanded"

As you can see I am using a template for my web development (AdminLTE), in this case the AdminLTE, and I am using the jqGrid to work my records. What I want is to obtain the current width of an element after having made the expand / collapse...
asked by 20.04.2018 / 04:54
0
answers

Wordpress query problems

Hello, I am doing this web page where I have some courses that I upload directly in Post type courses but I have to filter them in this page that I attached above. The site is made for two countries Mexico and Argentina and I need the people of...
asked by 30.04.2018 / 19:06