Questions tagged as 'jquery'

1
answer

Jquery tooltip scrolls the contents of the table

I have a table html similar to this: <table class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-1" id...
asked by 31.05.2017 / 09:17
1
answer

Opacity change in invisible menu

I've made this menu link . In which when entering the cursor on the page changes its opacity to 50% and when you put on it, it is 100% opacity. As you can see, it works more or less, but when you put it on it disappears, it reappears a couple o...
asked by 04.02.2017 / 18:22
1
answer

error 405 POST ajax laravel MethodNotAllowedHttpException

I have a form in which I try to add a category by means of ajax and whenever I try to create a category I get POST 405 error, and it never reaches Controller category and obviously does not enter anything in the database I use windows 7 and X...
asked by 21.11.2016 / 18:11
1
answer

Register a series of clicks in JavaScript

I am working on an HTML5 game of memory called SIMON in which there is a board with 4 colored pads (green, red, yellow and blue), an ignition switch and 2 buttons to play in different modes. The user must click on the number of pads that are...
asked by 22.10.2016 / 05:45
1
answer

Capture error in jQuery

I have the following doubt. I have always worked jQuery looking for all the possible falls by mistake, and avoided doing other functionalities. However, I missed the following doubt. Is there any way to rescue an error that is generated in jQuer...
asked by 12.04.2017 / 16:26
2
answers

Doubt about click on submit php jquery

I tried to learn a little more, a few months ago as a learning I developed a very basic shopping cart, all in PHP . Due to several limitations every time I change the screen I reload some sections that do not vary, such as headers and footers,...
asked by 19.10.2016 / 03:00
2
answers

How to place an event for several elements?

I have a doubt. Well, I have a post in which users post comments and next to each post I have a button belonging to each of them. Well, how do I do it so that when I click on each one of them? those buttons I get a popup. With what event? An...
asked by 08.10.2016 / 06:54
1
answer

change value of received model properties in controller MVC C #

I have an ASP.NET MVC application in which, through a controller, I receive a model from a view (the MVC standard) as shown. [HttpPost] public ActionResult EnviarEALG(Modelo datos) { } But now by necessity I must pr...
asked by 27.03.2017 / 22:42
3
answers

Enable href depending on the user with session started for certain permissions

I need to enable a href to a certain user role using sessions. For example if X user has the active session. Example: if($_SESSION['usuario']=="X") enable you to open a league eg <a href="#gerencias.php">Gerencias Administr...
asked by 04.11.2016 / 20:53
2
answers

Various doubts with div [closed]

I have a page where the header and footer are always static, just change the body when you press a few buttons. The fact is that I have the main page, I need to make the different divs of the content I want to change. I have two questions:...
asked by 17.06.2016 / 11:23