Questions tagged as 'jquery'

2
answers

-webkit-linear-gradient CSS works with few values but does not work with many

I have this line -webkit-linear-gradient(-20deg, #F15A24 87%, transparent 13%); It works well !! But when I try with more values, it does it badly -webkit-linear-gradient(49deg, #575757 52px, #f6f6f6 39px, #092432 429px, #736357 173px,...
asked by 11.10.2016 / 23:43
2
answers

Go through values of a JSON [duplicate]

Through jQuery I am making a call to a select to bring populations from a province and to be able to fill a selection depending on the province chosen. At the moment I get it right, but I can not get the values that the array brings me....
asked by 14.10.2016 / 11:12
4
answers

automatically reload a page by clicking on back in the browser [closed]

Hello, good morning, I want to know if there is a way to make a page automatically reload because I have problems when giving the button back in the browser does not generate new codes, and I must update the page to make it happen     
asked by 11.10.2016 / 15:14
3
answers

Problem showing and hiding button. Load the page

I have made a functionality to hide a menu by jquery. The first part of the code, that is to hide, works perfectly, but the second part, although it works, loads the page, when my intention is to do it without loading the page. How could I...
asked by 14.10.2016 / 12:42
1
answer

offset () and position () - jquery

I have the following problem. In Firefox, when using the property .position() , it is always relative to the position of the browser window, that is, it makes the position of the window never reach the position of the element, because i...
asked by 29.11.2016 / 12:59
3
answers

How to go through all the Rows of a DataTable when it is filtered?

I try to go through all the rows that contain the " highlightchecked " class of a jquery DataTable using this code: $(dtTable12.rows().nodes()).each(function () { if ($(this).closest('tbody tr').hasClass('highlightchecked')) {...
asked by 01.12.2016 / 03:59
1
answer

verify php variable before doing the submit

I am learning on the fly and half blocked at times with some topic. I have a form with 2 buttons on my page detalle.php: <form action="carrito.php" method="POST" name="compra"> <input...
asked by 20.10.2016 / 05:06
5
answers

Global javascript variables

I am making a AJAX request that returns a json , and I need to use the values of json outside the AJAX function, I hope the data was public or global, and I can not find how to do it. This is my code: $('#btnBusca').on("cli...
asked by 15.09.2016 / 17:14
2
answers

how to get html label value from ASP.NET server side c #?

On my client side I have an html select where changing the index changes an html label with jquery $(document).ready(function () { $("select[name = sreport]").change(function () { var selected = $("option:sele...
asked by 03.10.2016 / 20:11
2
answers

How to see the data of a hidden column of Datatables

How to see the data of a column that is hidden, but I need to display the content in a texbox that is next to the datatable . Next I have the datatable configured to hide the column. $(document).ready(function() { $('#examp...
asked by 28.09.2016 / 23:40