Questions tagged as 'jquery'

3
answers

How to insert a select in a table (Datatables)?

Use datatables to list data brought from a DB but I need to insert a select (drop-down list) in one column of the rows try this way but it did not work. var users = $('#users').DataTable( {}); $.ajax({ url: 'users'...
asked by 28.02.2017 / 16:30
2
answers

How to remove the white flash when changing gifs

Ok, here is this fiddle taken from this question . As you can see, when the change is made between the two gifs, there is a kind of white flash. Is there any way to eliminate this?     
asked by 27.07.2016 / 22:04
1
answer

get jsp variable value in jquery

How do I pass the value of a variable declared in a jsp to a js file to modify it and pass it back to the jsp. jsp file <body> <%! int contador = 3; %> <div class = "container"> <div class=...
asked by 16.08.2016 / 06:05
1
answer

how can I save my coordinates in mysql using "navigator.geolocation.getCurrentPosition"

Hello that such a friend turns out to be very stuck with this problem that happened to me in the work I want to save the coordinates latitude and longitude in php variable and then proceed to insert them in mysql but I can not make the javascrip...
asked by 19.08.2016 / 20:31
1
answer

How to upload multiple files to a record of a SQL server table from VB.NET and ASP.NET

Currently I have an ASP application where I make certain information records, to this record I attach a PDF file, for that I store the file in a folder within my project and save the path in my bd. My question is, in the case that I want to a...
asked by 12.09.2016 / 18:00
1
answer

Record data from a Partial View (popup)

I work with ASP.NET MVC 5, I have a partial view which when I press the Save button should persist the data in the db and go to the Index but it is not registering the data. I show code. CONTROLLER public ActionResult CreatePV() {...
asked by 23.02.2017 / 20:07
1
answer

ID Button, Jquery

I need to get a webmethod string ASP.NET C # the id of the html button. So far I have the following and it works to get the value of the textbox. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherit...
asked by 11.05.2016 / 18:37
1
answer

Problem with Ajax and Html

Very good, I'm starting with all these technologies, HTML AJAX PHP JQUERY etc Forgive if you see a lot of "garbage" barely took 2 weeks with all this. These are my two pages, logeo.php which is responsible for checking that there is a user...
asked by 05.05.2016 / 23:49
1
answer

How to put hash to an asp.net mvc url?

I do not really know how to explain this topic, what happens is that made my application in mvc and asp .net, then every time I enter my menu on my website and access to a page my url is this: localhost: 1523 / en / quienessomos Menu that I u...
asked by 22.04.2016 / 01:12
2
answers

Why is my browser updated when uploading a file with ajax, jquery and php?

I send the data by ajax and valid with jquery, then I receive the data in the php, to upload the archivo uso copy() or move_uploaded_file() and when the file is uploaded the browser is updated and what I need is for it to remain a...
asked by 27.04.2016 / 16:49