Questions tagged as 'jquery'

1
answer

JqGrid close dialog when saving

Hi, I have the problem that I do not know how to tell my Jquery dialog to close when I save, I use the jquery edit dialog in the following way. ondblClickRow: function(rowid){ jQuery(this).jqGrid('editGridRow',rowid);...
asked by 15.03.2017 / 17:23
2
answers

Change the color background by quadrants

Hello, I'm using the library jqplot to perform certain tests, I created a graphic of type scatter and I have divided it into 4 quadrants. This is the script code $(document).ready(function() { var qr...
asked by 13.03.2017 / 14:32
1
answer

execute canvas dynamically with a button

I am creating canvas dynamically with input, for this example I put 2 canvas with the same id. What I am trying to do is that when I draw the canvas with the button, the drawing will be generated. in the same way if by pressing the second button...
asked by 22.03.2017 / 16:09
2
answers

update dynamic HTML table row

Good day, I have a form with six text fields in which the user types information and by pressing the submit button these are dynamically added an HTML table, I only show them in the table, there is no income in the database, that's what I use af...
asked by 21.03.2017 / 13:01
1
answer

Rotate an image in Mobile with Javascript

I am trying to make an image (particularly a roulette), rotate via css / javascript, for an application made in Jquery mobile and packaged in phonegap. With the code that I have, in PC, it turns perfectly, but when installing it in the cell phon...
asked by 06.03.2017 / 22:51
1
answer

How to receive codeigniter variables without having to load the view?

To edit the data of a person I have a button which when pressed takes that id and sends it not by ajax but directly to the controller with the id to make the validation and bring the data ... What I want is for that data to show me in a modal...
asked by 07.03.2017 / 22:31
2
answers

How to show bootstrap popover only when the cell has a value

I have a boostrap table in which in a cell of each row I could load the value of an array converted to base 64, I would say because sometimes the property that maps that value could come in null: <table id="tableOcMateriales" class="tab...
asked by 21.02.2017 / 23:19
1
answer

How to apply the same action to two different elements by jquery? [.Click]

I would like to apply a reset action to the fields of my form and I would like it when canceling the "x" span to return the border originate if it closes or cancels it with errors. Currently I only work with the "x" closing, if you do the reset...
asked by 21.02.2017 / 22:25
1
answer

Upload videos with Youtube API

I have a video-attended system in which I use the YouTube API as shown here to upload the videos: link Classes charge them asynchronously with ajax, like this: jQuery.ajax({ type: "GET", url: cursado....
asked by 12.06.2017 / 15:44
1
answer

Select2: Does not show results, but if you search

the last days I'm trying this topic I try to use the select2 I do the search but it does not show the results, apart from the select2 I have 2 inputs that are autopleted with the information that brings ajax , I hope to find a solution to t...
asked by 12.06.2017 / 19:37