Questions tagged as 'jquery'

3
answers

Numerical counter

I'm making a control page for input and output of company equipment. I am using Boostrap as a framework, you could inform me how I do an accountant to manage the OS number. Or some help link on the internet, video, etc. I imagine that with JQue...
asked by 24.09.2015 / 17:50
1
answer

Ajax code is not taking the value of the inputs

I have a problem with ajax, which is not picking up the data entered in the email form, even though it is sending the emails. Follow the form code: $(function(){ $('#nome, #email, #assunto, #message').on('keypress', function(e)...
asked by 09.11.2015 / 23:44
2
answers

Error giving spaces between divs

I have a problem with space in some divs, here is the code below: HTML: <div id="feira"> <div class="barraca"></div> <div class="barraca"></div> <div class="barraca"></div> </di...
asked by 10.11.2015 / 13:52
1
answer

Add '%' and format value in text field

I have a field in the format text : <input type="text" name="base_calculo" id="base_calculo"> I would like you to fill in this field by adding the% symbol at the end of it and typing the field like this: 0.0% Thank you!     
asked by 23.09.2015 / 20:23
1
answer

Event from the choice of the jquery radio option

I'm having trouble deploying the following function and would like your help; I have input with two options of radio . if the user selects the value_1, the jQuery removes the class hidden from a div and adds...
asked by 23.09.2015 / 17:02
3
answers

Animate Load when clicking

How do I animate Load as soon as I load? Is there any way to optimize this code? For example if I have 30 links on the pages. <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11....
asked by 21.10.2015 / 13:50
1
answer

Asynchronous jQuery-Prototype conflict

Well I stop using the two libraries and so that there was no conflict I opted to use jQuery.noConflict() however at the same time I tried to keep using the dollar but my code breaks due to " asynchrony "of the code. <script type='t...
asked by 29.10.2015 / 01:02
1
answer

Why does a script work inside HTML rather than JS?

I'm using toggle to change an icon and I noticed that the script I made did not work at all, I threw it inside the html and it worked quietly, but when I play it back to its js file, where it has several functions that I'm using it, it just does...
asked by 28.10.2015 / 13:36
1
answer

Problem with .show ()

Basically I have a jQuery code that should show the widgets on a certain page of my website (their property would be # left, # right) but that is not working and I can not figure out why. Here's the code I'm using: jQuery(document).ready(funct...
asked by 09.09.2015 / 14:46
1
answer

Problems with textarea character counter

I want to improve this function, because when you break the line, it does not count the characters properly: $(function(){ $("#maxlength").keyup(function(event){ var target = $("#content-countdown"); var max = target.attr...
asked by 29.10.2015 / 00:50