Questions tagged as 'jquery'

2
answers

Get input value within a td in the table by Jquery

I want to be able to capture from a Datatable table some input inside Td by means of jquery that I can take those values by means of the id or the name. In my code I search for all input type number but apparently do not know which input to take...
asked by 15.11.2016 / 16:03
3
answers

Can I hide src from a video?

I am developing a panel of infoproducts that will play videos, I want to avoid downloading videos, how can I do it? Use Html5 <video class="dimvideo" controls><source src="videos/CompresoSE.mp4" type="video/mp4">...
asked by 03.11.2016 / 23:34
1
answer

Pass variable from JSP to SERVLET using AJAX

I have a list of orders and when I click on one I want to open a new page with the details of that order. I was reading and it can be done with ajax but all I saw were with form but I want you to click on the div. Orders.jsp <%@ taglib p...
asked by 08.11.2016 / 03:50
1
answer

Problem removing a row in a jqueryDatatable

Upload data into a table in a jquery-datatables , when I delete a row after using an event that is placed on a label in the following way " <a onclick='eliminar()'></a> ", this method is activated and it is eliminated by just...
asked by 22.11.2016 / 21:11
1
answer

How to apply color to Bootstrap popover using jquery?

I have a table in which inside one of its cells I have a "a" tag to which I want to show a popover when I pass the mouse cursor: <table id="tableOcMateriales" class="ctrlLineTable table table-condensed table-striped table-border...
asked by 22.11.2016 / 02:32
1
answer

Avoid sending form if DatePicker is empty

Hello: I have a form with several checkboxes which I invoke with a script to show a datepicker calendar and a timepicker schedule when a checkbox is selected and I have the option to select time and date. The detail is that if I do not select da...
asked by 14.10.2016 / 18:12
2
answers

Can you send post parameters in window.location.href?

It is possible to send parameters post to window.location.href when clicking on a button send me to a new page with parameter post , I do not want to send it for get from url .     
asked by 02.10.2016 / 17:53
1
answer

How to monitor a log with jquery or a dynamic library? [closed]

Hi, I want to monitor the information stored in a log about the events in my system. Create the .log file using phalcon I can already, but in what way I visualize it in a dynamic way that is updated without the need to update the page if not whe...
asked by 03.10.2016 / 17:39
1
answer

Support list Array with Jquery, JSON and PHP

I'm doing a help list function that creates an array from a table to store it in a database as a string. The table contains a lot of information, in short, I can retrieve all the information with this JS code $(document).on('click','#save',...
asked by 24.11.2016 / 00:28
3
answers

Load a Form every time I create an element

Good morning, the question is this. I have a small Form that is not more than a Form Generator, each time I select a component and I believe it is shown in another DIV, this form grants a random own ID, but when I want to create another element,...
asked by 10.10.2016 / 10:42