Questions tagged as 'jquery'

2
answers

How to activate a li depending on the page where I am with JQUERY?

I have the following JS code: var theme_list_open = false; var aurl = window.location.href; // Get the absolute url $('li a').filter(function() { $(this).prop('href') === aurl; if (theme_list_open == true) {...
asked by 03.04.2017 / 20:11
1
answer

remove datatable alerts 1.10v?

There is a configuration to remove or hide alerts from Datatables 1.10v, $('#tabla_repuestos').DataTable( { "paging": false } ); Example     
asked by 05.04.2017 / 18:21
2
answers

Select with the same class

I have 2 select with the same clase and different id , when I want to first get the 2 select and pressing the 2 button is not able to take the value, but if I do it with the first select and the first button if you take the value. H...
asked by 24.03.2017 / 13:19
2
answers

hover effect when passing over an element

I have the sgte. problem, since my mouse is positioned on the element ultimositemns all the elements have the effect, it is obvious because they all have the same name in the class my question is what would be an alternative to not have several...
asked by 29.05.2017 / 19:54
1
answer

My jquery cdn is not working in linux Mint

Currently I have two cdn in my code that would be the following: <script src="http://code.jquery.com/jquery-1.12.0.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></sc...
asked by 30.05.2017 / 01:50
1
answer

Repeats keydown event with Jquery, when using a quick key [closed]

Best regards. It turns out that I use the following quick key functionality: $(document).ready(function () { $(document).on('keydown', 'body', function (event) { //codigo bla bla alert("ejemplo...
asked by 30.05.2017 / 02:19
1
answer

Change url with jquery

I want to change a background image by pressing a input of my web the CSS of the element that I want to press is: .caldera-grid input[type=radio]{ background-image:url("http://rentmovers.com/wp-content/uploads/2017/05/bg-form-btn-sel...
asked by 29.05.2017 / 16:55
1
answer

Return value of a form loaded by Dialogue via Ajax?

Hello friends, I try to do the following. I have a page with a series of Tabs, each Tab can create a Dialog that loads by AJAX the content of a form ( link this form will be shown for each Tab that opens it), Every time I save the form data...
asked by 16.03.2017 / 18:09
1
answer

Link 'this' from two different contexts

I am creating a prototype with its event listeners and their respective handlers. The issue is that I need two 'this' in the same handler: this._items = $(".playlist-item"); //... this._items.click( this.itemClickedHandler( ?? ) ); In ot...
asked by 11.03.2017 / 03:16
2
answers

Why are Divs not shown inside the DIv?

The problem is that the DIVS that the shekel gives me does not show its text but the block and outside the div of Category as seen in the image Index.php Esto esta dentro de una function yo trabajo con plantillas de php //Dentro del cue...
asked by 10.03.2017 / 22:05