Questions tagged as 'jquery'

2
answers

Reset jQuery events when sending message to user

I'm trying to send a message to the user using jQuery and hide it automatically after a few seconds. This procedure occurs perfectly unless the event occurs less than the time to hide the message, causing the message to not synchronize with the...
asked by 09.02.2015 / 02:21
1
answer

Reload page with MVC

I made a function in the model and the call in the controller. There, I move to jquery and the command to write to DB is successfully executed. It happens, that when I finish recording, the screen continues with the previous information, that is...
asked by 08.10.2014 / 14:15
2
answers

Count the number of characters changed in an input field

On a given page to change the registered data, in one of the fields I need to limit the amount of characters that can be changed. There are 2 inputs fields and one of them is hidden by storing the name in the current form. In% visible% is...
asked by 15.11.2015 / 17:20
2
answers

Define a global error for Ajax requests

I have several Ajax requests, and I have not set an error option for any of them. Is there a way to set a global error for all requests? Just as there is sucess: {... only globally without me needing to go one by one and add error: {.....
asked by 30.06.2015 / 20:57
2
answers

Enable select HTML with

I have a table, where fields start disabled, and in a checkbox I choose which field to enable. Tagged input , works perfectly. But when I try to use with select the same script does not work. I tried to add this method only to...
asked by 23.02.2015 / 13:10
2
answers

Hidden fields appear / modified with a select multiple

Hello, I have the following select: <select name="hierarquia[]" multiple> <option value="Usuário" selected> Usuário</option> <option value="Moderador" selected> Moderador</option> <option value="Adm...
asked by 01.03.2015 / 06:51
2
answers

Working with Iframe

How to run the tag: <iframe src="http://localhost.com/web-p/index2.aspx"></iframe> Waiting for the iframe to complete loading the page to proceed with other things. Example: function onIframeCompleto(){ alert('o site...
asked by 20.02.2015 / 19:20
1
answer

how to pass data to a php function through url ajax?

People try to give me strength here, I've already looked and I do not find an answer that suits me. Come on! I'm working with classes in php, I would like to pass data from a form via ajax. But I have doubts on running the URL, I do not kn...
asked by 24.01.2016 / 18:12
2
answers

how can I make a slide FULL SCREEN

How do I leave a carousel in bootstrap full screen for mobile devices because on the desktop it stays the way that I want to occupy the entire screen without leaving blank space but in the devices it does not stay this way I wonder if it...
asked by 01.01.2016 / 04:05
3
answers

How to know which select option was selected

I have a <select> and I need to know which <option> was selected. <select class="formacao"> <option>Ensino fundamental incompleto</option> <option>Ensino fundamental completo<...
asked by 15.12.2015 / 19:27