Questions tagged as 'javascript'

1
answer

How to send a .js function from an asp.net button?

As I command to call a function of javascript from asp.net, I already did it of different forms, but it marks to me undefined, empty field, or it did not mark to me nothing and as far as I respect the form to do it is thus. / p> Code to obtain...
asked by 24.03.2017 / 22:42
1
answer

Move images simulating a javascript parking [closed]

Good afternoon, I need your help I was asked to do a little parking in html using javascript, I do not know much about javascript but I could do something but I need to move some images that I generate asking the amount of a div to another div,...
asked by 24.03.2017 / 23:52
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

Make an alert with php after a form

I am a newbie in programming, I recently made an "application" which saves some data in an input to a table in mysql and shows them on the page in the form of a table, by a form <form action="enviar.php" method="post" autocomplete="off">...
asked by 25.03.2017 / 16:51
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

I need to center image on a div

Hello, I am making changes on this website: link When doing over an image I want it to focus on the left in the id="Header_creative" and that the centered and complete image appears I leave the file js.: let imgList = document.qu...
asked by 29.05.2017 / 21:10
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

Save items in Localstorage for a shopping cart [closed]

I am working on an ASP.NET MVC 5 application with SQL Server to make a shopping cart, I have the following doubt regarding the recording of the data that users will be adding to the shopping cart, > I have 2 options 1 .- When the user add...
asked by 16.03.2017 / 19:24
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