Questions tagged as 'jquery'

1
answer

How to create a filter without repeating the Selected Values [closed]

Index.php : <body> <div id="campo"></div> <div id="categoria"> <?php include('selectPaisJquery.php');?> </div> </body> selectPaisJquery.php <?php include('configurac...
asked by 09.03.2017 / 15:14
0
answers

Animations on map in wordpress

I am developing a site with wordpress in which I need to create certain animations on a map. There is a plugin from wordpress or script with jquery to resolve this request from the client. 1.- The countries of green color add a mark...
asked by 10.03.2017 / 17:35
2
answers

How do I leave an autocomplete always in front? Jquery

I have the problem that the first time my dialog opens my autocomplete is shown in front and everything is fine, but if I close the dialog and open it again without reloading the page, the autocomplete is left behind the dialogue. This is my...
asked by 06.03.2017 / 17:49
4
answers

Avoid redirecting SERVLET in JSP programming language

Good day, the situation is as follows: I have a modal bootstrap window where I insert information into the database (PostgreSQL), this action is done from a botón input and a onclick="valida_envia2()" that are inside the modal T...
asked by 03.03.2017 / 17:56
1
answer

I deleted the assigned values in a datatable, using ajax

I have the following html code <table id="idtabledetalleventa" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%"> <thead> <tr> <th >Codigo...
asked by 03.03.2017 / 18:50
2
answers

Sort by date in datatables

I am trying to sort in a datatable by a date field but I do not get it. I've tried several plugins but none of them work properly. The example link is a simple datatable where the date field 4 is supposed to format it to the European date...
asked by 21.02.2017 / 13:37
1
answer

Customize graphics with jqplot

I have this graphic with the library jqplot This is the code: $(document).ready(function() { var qr = [ [1, 5, null], [4, 2, null], [6, 5, '2'], [4, 5, '3'], [0, 5, null], [4, 5, '3'],...
asked by 10.03.2017 / 08:43
2
answers

Modify the class by assigning the value of a counter (Jquery and Php)

How can I assign a number obtained from the counter to each element div ; that is to say; to the element class to put the counter obtained from the path of the database. Html Fields <div id="campoBusq"></div> <div...
asked by 10.03.2017 / 11:49
1
answer

Verify logged in user with chrome extensions

I have an extension for google chrome but I want it to verify if the user is logged in correctly on the main page. How can I perform this verification from the extension? A clear example is the trello extension, verify that your account is...
asked by 14.03.2017 / 21:50
1
answer

Close partial view popup

I have a partial view as popup which, I put an x to click and close the window , but I also want to close the popup as follows: by clicking outside the popup should close. The code I have is the following: With this I create the popup from...
asked by 18.02.2017 / 19:08