Questions tagged as 'jquery'

1
answer

Show Json data inside a Form Html

I have a Grid with the edit button when I click on it it accesses the Controller and brings the data into a Json and "Theoretically" was to return that data in a Modal. When I type Url .... show / (ID) the Json data appears but I am not able...
asked by 25.08.2016 / 20:57
0
answers

How to drag Div to another column? [closed]

In the image below, I have several columns where the user can drag the div and put it in another column, as shown in the image: I'musing Sortable for Jquery-UI . I can drag this div to the other column without major problems with the code...
asked by 24.08.2016 / 14:57
0
answers

Drag & Drop AJAX

I have the following codes INDEX.PHP <section class="content"> <div class="row"> <div class="col-md-6"> <div class="panel panel-default">...
asked by 24.08.2016 / 21:21
1
answer

Uncheck other checkboxes when selecting one

Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
asked by 10.08.2016 / 20:59
1
answer

set scrollbar position in an iframe

I have a page with a #iframe, and when the page loads, I need the iframe scroll to slide horizontally to the right. I tried several ways but so far nothing. jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);...
asked by 13.10.2016 / 22:08
4
answers

Request with ajax [closed]

On my system I have an e-mail module I send it through ajax. sending to approximately 300 people on the same request. The uolhost server supports sending 150 / hour so when I send 150 I give the php sleep command (1hour) and the ajax keeps wa...
asked by 13.10.2016 / 15:15
0
answers

Selected checkbox list contains only those that are on the screen

I have a GridView that contains a list of items with a checkbox and I use the code below to "page" the table: $(".gvdatatable").dataTable(); The problem occurs when I check which checkboxes are selected, as it is curren...
asked by 30.09.2016 / 21:02
0
answers

Progress bar similar to youtube

Does anyone have any idea how to make a progress bar similar to youtube with loading according to the requested page's time?     
asked by 22.09.2016 / 14:37
1
answer

How to modify elements: hidden with jquery?

I use the Bootstrap carousel and I need to modify the margin-top of a title, but when the content div is: hidden, I can not get the height of the text with jquery. Here is the code: $(document).ready(function () { $('.slogan').each(fu...
asked by 19.09.2016 / 19:36
0
answers

JQuery - Update listing by ajax

I have an ajax which is called in 10 seconds by a setInterval, it gets a json and when I delete an item from json I need the item to add the ajax listing as well, the code to remove the item from the listing is $( "#item" + data.data[i].item...
asked by 17.08.2016 / 15:11