Questions tagged as 'jquery'

0
answers

Insert links to Regions a map of jvectormap

I already have the map ready, how can I add a link to a specified region and direct me to another page? please help. Thanks This is the code I am using: <html> <head> <link rel='stylesheet' id='style-css' href='style.c...
asked by 28.02.2017 / 02:29
0
answers

How to save data from localstorage to mysql? [closed]

Is there any way to send the data stored in localstorage to a database? (mysql) Example: As we can see in the image we can have many records in the list, and when I give it in store I want it to be stored in my database just now.   ...
asked by 28.02.2017 / 03:50
2
answers

How do I convert a json to a two-dimensional array by javascript or jquery?

I have a problem with a json, because I have to transform it into a two-dimensional array or with this format [[0,0], [0,0]], at the moment only for normal arrays, and I also use it know how to do with this format, which in essence is the same [...
asked by 03.11.2016 / 15:25
1
answer

Put in a TextBox the name of an asp file: FileUpload

I have a file upload in ASP.net to which I want to change the look and feel to be seen as bootstrap but since there is no direct conversion I have to use a button and a textbox to emulate its behavior, I have these elements <asp:FileUpload...
asked by 13.02.2017 / 21:43
0
answers

Paginate a table [closed]

I work with ASP.NET MVC 5, I want to paginate a table created with html, I have tried it with jquery but it has not worked. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="~/sc...
asked by 14.02.2017 / 00:08
1
answer

Problems with a Select using a chosen and a collapsed button in Bootstrap

Hello, I am wanting to implement an advanced search form in which it opens up from a collapsed button in bootstrap. Here I implement a panel with a select. I implement a plugin called Chosen that improves aesthetics to select and others. th...
asked by 10.10.2016 / 01:24
4
answers

Help to send answers in jQuery [closed]

I have a survey screen and I wanted to know how I would load the text of the selected radios on another screen?     
asked by 14.10.2016 / 03:11
1
answer

Update the datasource of a jqxGrid

I am filling a grid of JQWIDGETS with data from an array that I form from data entered in inputs text (code, description, price, quantity and total). By giving enter on the input quantity the data is shown in the grid, but this creates an arr...
asked by 05.09.2016 / 17:34
0
answers

Two scroll jquery one after the other

A question for JQuery and the vertical scroll: I have two div s obvious the first one is on top of the other. <div class="uno"></div> <div class="dos"></div> The problem is that I have the main scroll of the w...
asked by 26.08.2016 / 06:43
1
answer

Pass the checkbox of a form to a php with date and time picker

I want to pass several checkbox values from one form and visualize ourselves in another php file. I have 3 options: Entry Pass Exit Pass Missing When you select Input Pass and Output Pass I have two variables chk[] that allow m...
asked by 12.09.2016 / 02:24