Questions tagged as 'jquery'

1
answer

Send Checkbox values of a datatables

I have a problem sending the value of input in state checked to my controller, unfortunately I only send the values of the page where I am at that moment and not all the pages where I have selected a checkbox , what I mean wi...
asked by 22.12.2017 / 19:24
1
answer

add a jquery script using pure javascript

I'm trying to execute the following code from php: echo '<script type="text/javascript"> var script = document.createElement("script"); var executefunction = "'." $.jAlert({ 'title': 'Alerta de Mesa de Contr...
asked by 22.12.2017 / 21:19
0
answers

Get the value of an input and save it in a variable with Framework7

I'm working on Framework7 and PhoneGap new to me. I'm in a calendar and I use the library that comes with the default Framework7, so I get the base values with JavaScript and JSON and assign them to input . The problem is that g...
asked by 26.12.2017 / 17:34
1
answer

Print query in a PDF with HTML2PDF (jquery ajax)

I will try to explain myself as best I can. What I'm looking for is printing a table, which is the result of a query I get with jquery ajax, in a PDF file. The query is made from these data: The user chooses and when clicking on the que...
asked by 17.01.2018 / 19:07
1
answer

Javascript how to know when a loop ends

Dear I have a web application in which I have a table with teachers who will belong to a group. My problem is that I do not know how to warn that the group was recorded correctly and reload the page. I do the following function Gua...
asked by 05.01.2018 / 23:53
0
answers

Undo hover from JS

I have an element which changes the cursor, this with: hover I want to be able to undo that change from javascript but keep the hover running when I move the cursor again. .con_inf .inside:hover { width: 50%; left: 0;...
asked by 30.12.2017 / 21:16
1
answer

Sort divs in a list

I have a list of divs, which has a name and a price. I did a function to sort the ASC and DESC divs, store the div (object) and the displayed price in an object. Then I make the order with a basic function of JS. The problem is that when I tr...
asked by 20.12.2017 / 18:26
0
answers

Webapp in PHP works locally but in live server not [closed]

As the title says, I have a webapp in PHP (not made by me), it works properly mounted on a local server (in XAMPP), the problem is that when I upload it to the live server a section and other things leave to work or not show as they should, I al...
asked by 26.02.2018 / 09:54
0
answers

Integrate Jquery into JSP

I am new using the JQuery function, I have an html form in a JSP file and integrate Jquery, but it does not work, I am using Neon eclipse and I am developing a portlet in Liferay. If someone could guide me, I appreciate it. $(document)....
asked by 04.01.2018 / 00:01
1
answer

Why does not this jquery code work for DataTable in Asp.Net Mvc

I'm trying to show the data in the DataTable format and it does not work for me here, I pass the code to it. @{ ViewBag.Title = "GetData"; } <h2>Employee CRUD Operations</h2> <table id="employeeTable" class="ta...
asked by 05.12.2017 / 17:46