Questions tagged as 'jquery'

1
answer

When rebuilding a Bootstrap Slider, it does not get the value of the current position again

When rebuilding a Bootstrap Slider, it does not get the value of the current position again. This is the code: //SlideStop función para obtener el valor de la posición actual $("#ex19").on("slideStop", function (slideEvt) { valopt = $("#...
asked by 15.11.2016 / 17:37
1
answer

Problem with Performance with jquery and the $ .Get method

Good I have this code Jquery with the method $. get the problem is that it takes me a lot of time to load it, someone gives me a help in the performans. $(document).ready(function() { $.get('/rolList.php', function(result) { var roln...
asked by 13.12.2017 / 00:17
0
answers

JQuery PrintArea + Bootstrap + ASP.NET

I am using ASP.NET + Bootstrap and I want to implement a PRINT SCREEN button using PrintArea.js and I get it as I show in screenshot. (without the format as shown on my form) and yet if I do CONTROL P the page is showing me what it is (also left...
asked by 31.08.2016 / 15:16
1
answer

I can not execute Jquery after doing a load

After including a .html file inside a div with a load, the jquery code stops executing. Does anyone know why this happens and how to solve it? $(document).ready(function(){ var pathHtml = "src/html/"; var left = pathHtml + "left/"; fun...
asked by 29.08.2016 / 20:23
1
answer

Send data from a form to an Action using struts2, AJAX, and jquery dialog

Good, I'm trying to collect the content of a form from an Action, but I always get null . What I have done is: JSP: <s:div id="popup-usuarios"> <s:form name="formEditar" id ="dForm" method="post"> <s:textarea id="data"...
asked by 18.07.2017 / 13:55
1
answer

Error width 100% when loading the table with the CanvasJS library

I have a problem using the CanvasJS library. I define the following div: <div id="resizable" style="height: 300px;"> <div id="chartContainer1" style="height: 100%; width: 100%;"></div> </div> And I add this scrip...
asked by 16.06.2016 / 10:18
0
answers

Pagination JqGrid Virtual Scroll

I have the following problem. I am using jqGrid with jquery with the following configuration and I try to implement the virtual scroll scroll: 1 . var jqGridOptions = { url:'/index.php/solicitudes/DataSolicitudes', mtype : "post", dataty...
asked by 03.03.2016 / 23:37
3
answers

keypress keyup or Jquery keydown do not respond on smarthphone

I have a field validation on my website that works in any pc browser except mobile phones (in any browser) allowing the entry of any character; I have tried in the following ways: $(".onlytext").keydown(function(e) { var key = e.keyCode...
asked by 20.09.2016 / 16:14
1
answer

Put space every 200px

I want to make a div that inside has several ul and li that is automatically filled with mysql and php with a foreach. The div is infinite and I want every 200px to put a 50px separator automatically. Can this be done? The size of the cont...
asked by 08.02.2017 / 22:44
1
answer

HELP I have a problem with the scroll of my chatroom

I have a problem with the scroll of my chatroom The scrollHeight all the time stays down and does not move to see the messages above what I want to do is move the scroll of the user so that I can see all the chat messages and stay where th...
asked by 09.02.2017 / 00:56